#BB867F

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

Shades of Brandy Rose #BB867F

Tints of Brandy Rose #BB867F

Color information

#BB867F (or 0xBB867F) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 7F. RGB value is (187,134,127). Sum of RGB (Red+Green+Blue) = 187+134+127=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB867F is #447980. Grayscale: #959595. Windows color (decimal): -4487553 or 8357563. OLE color: 8357563.

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

Color convert

RGB187134127-
CMYK00.280.320.27
HSL30.61%61.57%-
HSV(B)32.09%73.33%-
XYZ32.8529.1523.97-
YUV149.05115.56155.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 127 (50% from 255) = 28.35%
R=41.74%
G=29.91%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713412700.280.320.27730.6161.57
HexBB867F01C201B71f3e
Octal273206177034403373776
Binary101110111000011011111110111001000001101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB867F; }

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

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

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

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

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

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

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

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