#BB7D68

Color #BB7D68 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BB7D68

Tints of Brandy Rose #BB7D68

Color information

#BB7D68 (or 0xBB7D68) is unknown color: approx Brandy Rose. HEX triplet: BB, 7D and 68. RGB value is (187,125,104). Sum of RGB (Red+Green+Blue) = 187+125+104=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D68 is #448297. Grayscale: #8D8D8D. Windows color (decimal): -4489880 or 6847931. OLE color: 6847931.

HSL color Cylindrical-coordinate representation of color #BB7D68: hue angle of 15.18º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7D68 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187125104-
CMYK00.330.440.27
HSL15.18º37.9%57.06%-
HSV(B)15.18º44.39%73.33%-
XYZ30.3326.2316.56-
YUV141.14107.04160.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 104 (41.02% from 255) = 25%
R=44.95%
G=30.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712510400.330.440.2715.1837.957.06
HexBB7D680212C1Bf2639
Octal2731751500415433174671
Binary10111011111110111010000100001101100110111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D68; }

 p { color: rgb(187,125,104); }

 H1.HeaderClassName
 {
   color: #BB7D68;
 }
 .AnyTagClassName
 {
   color: #BB7D68;
 }
</style>
background-color css

<style>
 a { background-color: #BB7D68; }

 a { background-color: rgb(187,125,104); }

 div.DivClassName
 {
   background-color: #BB7D68;
 }
 .BgClassName
 {
   background-color: #BB7D68;
 }
</style>
border-color css

<style>
 span { border-color: #BB7D68; }

 span { border-color: rgb(187,125,104); }

 td.TdClassName
 {
   border-color: #BB7D68;
 }
 .TagClassName
 {
   border-color: #BB7D68;
 }
</style>