Html Css Color HEX #BB8970 Brandy Rose

📋 copy color: '#BB8970'

red 187 ◦ green 137 ◦ blue 112

#BB8970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #BB8970

Tints of Brandy Rose #BB8970

RGB

 RED value IS 187 (73.44% from 255) = 42.89%

 GREEN value IS 137 (53.91% from 255) = 31.42%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 42.89%
G = 31.42%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB8970 (or 0xBB8970) is known color: Brandy Rose. HEX triplet: BB, 89 and 70. RGB value is (187,137,112). Sum of RGB (Red+Green+Blue) = 187+137+112=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8970 is #44768F. Grayscale: #959595. Windows color (decimal): -4486800 or 7375291. OLE color: 7375291.

HSL color Cylindrical-coordinate representation of color #BB8970: hue angle of 20º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8970 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 112 -
CMYK 0 0.27 0.40 0.27
HSL 20º 0.36% 0.59% -
HSV(B) 20º 0.4% 0.73% -
XYZ 32.36 29.63 19.34 -
YUV 149.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 187 137 112 0 0.27 0.40 0.27 20 0.36 0.59
Hex BB 89 70 0 1B 28 1B 14 24 3B
Octal 273 211 160 0 33 50 33 24 44 73
Binary 10111011 10001001 1110000 0 11011 101000 11011 10100 100100 111011

Color Harmonies of #BB8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8970

Black with #BB8970

Text Example


Text Example

White with #BB8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8970; }

 p { color: rgb(187,137,112); }

 H1.HeaderClassName
 {
   color: #BB8970;
 }
 .AnyTagClassName
 {
   color: #BB8970;
 }
</style>

background-color css

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

 a { background-color: rgb(187,137,112); }

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

border-color css

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

 span { border-color: rgb(187,137,112); }

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