Html Css Color HEX #B9866C Brandy Rose

📋 copy color: '#B9866C'

red 185 ◦ green 134 ◦ blue 108

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

Shades of Brandy Rose #B9866C

Tints of Brandy Rose #B9866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 43.33%
G = 31.38%
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

#B9866C (or 0xB9866C) is known color: Brandy Rose. HEX triplet: B9, 86 and 6C. RGB value is (185,134,108). Sum of RGB (Red+Green+Blue) = 185+134+108=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9866C is #467993. Grayscale: #929292. Windows color (decimal): -4618644 or 7112377. OLE color: 7112377.

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

Color convert

RGB 185 134 108 -
CMYK 0 0.28 0.42 0.27
HSL 20.26º 0.35% 0.57% -
HSV(B) 20.26º 0.42% 0.73% -
XYZ 31.24 28.45 18.03 -
YUV 146.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 185 134 108 0 0.28 0.42 0.27 20.26 0.35 0.57
Hex B9 86 6C 0 1C 2A 1B 14 23 39
Octal 271 206 154 0 34 52 33 24 43 71
Binary 10111001 10000110 1101100 0 11100 101010 11011 10100 100011 111001

Color Harmonies of #B9866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9866C

Black with #B9866C

Text Example


Text Example

White with #B9866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9866C; }

 p { color: rgb(185,134,108); }

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

background-color css

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

 a { background-color: rgb(185,134,108); }

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

border-color css

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

 span { border-color: rgb(185,134,108); }

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