Html Css Color HEX #B9806D Brandy Rose

📋 copy color: '#B9806D'

red 185 ◦ green 128 ◦ blue 109

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

Shades of Brandy Rose #B9806D

Tints of Brandy Rose #B9806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

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

R = 43.84%
G = 30.33%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9806D (or 0xB9806D) is known color: Brandy Rose. HEX triplet: B9, 80 and 6D. RGB value is (185,128,109). Sum of RGB (Red+Green+Blue) = 185+128+109=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9806D is #467F92. Grayscale: #8F8F8F. Windows color (decimal): -4620179 or 7176377. OLE color: 7176377.

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

Color convert

RGB 185 128 109 -
CMYK 0 0.31 0.41 0.27
HSL 15º 0.35% 0.58% -
HSV(B) 15º 0.41% 0.73% -
XYZ 30.49 26.86 18.05 -
YUV 142.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 185 128 109 0 0.31 0.41 0.27 15 0.35 0.58
Hex B9 80 6D 0 1F 29 1B F 23 3A
Octal 271 200 155 0 37 51 33 17 43 72
Binary 10111001 10000000 1101101 0 11111 101001 11011 1111 100011 111010

Color Harmonies of #B9806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9806D

Black with #B9806D

Text Example


Text Example

White with #B9806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9806D; }

 p { color: rgb(185,128,109); }

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

background-color css

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

 a { background-color: rgb(185,128,109); }

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

border-color css

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

 span { border-color: rgb(185,128,109); }

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