Html Css Color HEX #BB8770 Brandy Rose

📋 copy color: '#BB8770'

red 187 ◦ green 135 ◦ blue 112

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

Shades of Brandy Rose #BB8770

Tints of Brandy Rose #BB8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 43.09%
G = 31.11%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB8770 (or 0xBB8770) is known color: Brandy Rose. HEX triplet: BB, 87 and 70. RGB value is (187,135,112). Sum of RGB (Red+Green+Blue) = 187+135+112=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8770 is #44788F. Grayscale: #949494. Windows color (decimal): -4487312 or 7374779. OLE color: 7374779.

HSL color Cylindrical-coordinate representation of color #BB8770: hue angle of 18.4º 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 #BB8770 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 135 112 -
CMYK 0 0.28 0.40 0.27
HSL 18.4º 0.36% 0.59% -
HSV(B) 18.4º 0.4% 0.73% -
XYZ 32.08 29.06 19.25 -
YUV 147.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 187 135 112 0 0.28 0.40 0.27 18.4 0.36 0.59
Hex BB 87 70 0 1C 28 1B 12 24 3B
Octal 273 207 160 0 34 50 33 22 44 73
Binary 10111011 10000111 1110000 0 11100 101000 11011 10010 100100 111011

Color Harmonies of #BB8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8770

Black with #BB8770

Text Example


Text Example

White with #BB8770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8770; }

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

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

background-color css

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

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

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

border-color css

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

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

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