Html Css Color HEX #BB876D Brandy Rose

📋 copy color: '#BB876D'

red 187 ◦ green 135 ◦ blue 109

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

Shades of Brandy Rose #BB876D

Tints of Brandy Rose #BB876D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 43.39%
G = 31.32%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB876D (or 0xBB876D) is known color: Brandy Rose. HEX triplet: BB, 87 and 6D. RGB value is (187,135,109). Sum of RGB (Red+Green+Blue) = 187+135+109=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB876D is #447892. Grayscale: #939393. Windows color (decimal): -4487315 or 7178171. OLE color: 7178171.

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

Color convert

RGB 187 135 109 -
CMYK 0 0.28 0.42 0.27
HSL 20º 0.36% 0.58% -
HSV(B) 20º 0.42% 0.73% -
XYZ 31.92 29 18.38 -
YUV 147.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 187 135 109 0 0.28 0.42 0.27 20 0.36 0.58
Hex BB 87 6D 0 1C 2A 1B 14 24 3A
Octal 273 207 155 0 34 52 33 24 44 72
Binary 10111011 10000111 1101101 0 11100 101010 11011 10100 100100 111010

Color Harmonies of #BB876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB876D

Black with #BB876D

Text Example


Text Example

White with #BB876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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