#BB867D

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

Shades of Brandy Rose #BB867D

Tints of Brandy Rose #BB867D

Color information

#BB867D (or 0xBB867D) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 7D. RGB value is (187,134,125). Sum of RGB (Red+Green+Blue) = 187+134+125=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB867D is #447982. Grayscale: #949494. Windows color (decimal): -4487555 or 8226491. OLE color: 8226491.

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

Color convert

RGB187134125-
CMYK00.280.330.27
HSL8.71º31.31%61.18%-
HSV(B)8.71º33.16%73.33%-
XYZ32.7229.123.29-
YUV148.82114.56155.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=41.93%
G=30.04%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713412500.280.330.278.7131.3161.18
HexBB867D01C211B91f3d
Octal2732061750344133113775
Binary1011101110000110111110101110010000111011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB867D; }

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

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

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

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

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

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

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

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