Html Css Color HEX #B9876B Brandy Rose

📋 copy color: '#B9876B'

red 185 ◦ green 135 ◦ blue 107

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

Shades of Brandy Rose #B9876B

Tints of Brandy Rose #B9876B

RGB

 RED value IS 185 (72.66% from 255) = 43.33%

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

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

R = 43.33%
G = 31.62%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9876B (or 0xB9876B) is known color: Brandy Rose. HEX triplet: B9, 87 and 6B. RGB value is (185,135,107). Sum of RGB (Red+Green+Blue) = 185+135+107=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9876B is #467894. Grayscale: #929292. Windows color (decimal): -4618389 or 7047097. OLE color: 7047097.

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

Color convert

RGB 185 135 107 -
CMYK 0 0.27 0.42 0.27
HSL 21.54º 0.36% 0.57% -
HSV(B) 21.54º 0.42% 0.73% -
XYZ 31.33 28.7 17.8 -
YUV 146.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 185 135 107 0 0.27 0.42 0.27 21.54 0.36 0.57
Hex B9 87 6B 0 1B 2A 1B 16 24 39
Octal 271 207 153 0 33 52 33 26 44 71
Binary 10111001 10000111 1101011 0 11011 101010 11011 10110 100100 111001

Color Harmonies of #B9876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9876B

Black with #B9876B

Text Example


Text Example

White with #B9876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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