#BB867A

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

Shades of Brandy Rose #BB867A

Tints of Brandy Rose #BB867A

Color information

#BB867A (or 0xBB867A) is unknown color: approx Brandy Rose. HEX triplet: BB, 86 and 7A. RGB value is (187,134,122). Sum of RGB (Red+Green+Blue) = 187+134+122=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB867A is #447985. Grayscale: #949494. Windows color (decimal): -4487558 or 8029883. OLE color: 8029883.

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

Color convert

RGB187134122-
CMYK00.280.350.27
HSL11.08º32.34%60.59%-
HSV(B)11.08º34.76%73.33%-
XYZ32.5329.0222.3-
YUV148.48113.06155.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=42.21%
G=30.25%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713412200.280.350.2711.0832.3460.59
HexBB867A01C231Bb203d
Octal2732061720344333134075
Binary10111011100001101111010011100100011110111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB867A; }

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

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

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

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

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

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

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

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