Html Css Color HEX #B9856B Brandy Rose

📋 copy color: '#B9856B'

red 185 ◦ green 133 ◦ blue 107

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

Shades of Brandy Rose #B9856B

Tints of Brandy Rose #B9856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

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

R = 43.53%
G = 31.29%
B = 25.18%

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

#B9856B (or 0xB9856B) is known color: Brandy Rose. HEX triplet: B9, 85 and 6B. RGB value is (185,133,107). Sum of RGB (Red+Green+Blue) = 185+133+107=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9856B is #467A94. Grayscale: #919191. Windows color (decimal): -4618901 or 7046585. OLE color: 7046585.

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

Color convert

RGB 185 133 107 -
CMYK 0 0.28 0.42 0.27
HSL 20º 0.36% 0.57% -
HSV(B) 20º 0.42% 0.73% -
XYZ 31.05 28.15 17.71 -
YUV 145.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 185 133 107 0 0.28 0.42 0.27 20 0.36 0.57
Hex B9 85 6B 0 1C 2A 1B 14 24 39
Octal 271 205 153 0 34 52 33 24 44 71
Binary 10111001 10000101 1101011 0 11100 101010 11011 10100 100100 111001

Color Harmonies of #B9856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9856B

Black with #B9856B

Text Example


Text Example

White with #B9856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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