#BB867B

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

Shades of Brandy Rose #BB867B

Tints of Brandy Rose #BB867B

Color information

#BB867B (or 0xBB867B) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 7B. RGB value is (187,134,123). Sum of RGB (Red+Green+Blue) = 187+134+123=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB867B is #447984. Grayscale: #949494. Windows color (decimal): -4487557 or 8095419. OLE color: 8095419.

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

Color convert

RGB187134123-
CMYK00.280.340.27
HSL10.31º32%60.78%-
HSV(B)10.31º34.22%73.33%-
XYZ32.5929.0522.63-
YUV148.59113.56155.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=42.12%
G=30.18%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713412300.280.340.2710.313260.78
HexBB867B01C221Ba203d
Octal2732061730344233124075
Binary10111011100001101111011011100100010110111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB867B; }

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

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

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

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

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

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

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

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