Html Css Color HEX #BB876B Brandy Rose

📋 copy color: '#BB876B'

red 187 ◦ green 135 ◦ blue 107

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

Shades of Brandy Rose #BB876B

Tints of Brandy Rose #BB876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 43.59%
G = 31.47%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB876B (or 0xBB876B) is known color: Brandy Rose. HEX triplet: BB, 87 and 6B. RGB value is (187,135,107). Sum of RGB (Red+Green+Blue) = 187+135+107=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB876B is #447894. Grayscale: #939393. Windows color (decimal): -4487317 or 7047099. OLE color: 7047099.

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

Color convert

RGB 187 135 107 -
CMYK 0 0.28 0.43 0.27
HSL 21º 0.37% 0.58% -
HSV(B) 21º 0.43% 0.73% -
XYZ 31.81 28.95 17.82 -
YUV 147.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 187 135 107 0 0.28 0.43 0.27 21 0.37 0.58
Hex BB 87 6B 0 1C 2B 1B 15 25 3A
Octal 273 207 153 0 34 53 33 25 45 72
Binary 10111011 10000111 1101011 0 11100 101011 11011 10101 100101 111010

Color Harmonies of #BB876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB876B

Black with #BB876B

Text Example


Text Example

White with #BB876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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