Html Css Color HEX #B9806F Brandy Rose

📋 copy color: '#B9806F'

red 185 ◦ green 128 ◦ blue 111

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

Shades of Brandy Rose #B9806F

Tints of Brandy Rose #B9806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 43.63%
G = 30.19%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9806F (or 0xB9806F) is known color: Brandy Rose. HEX triplet: B9, 80 and 6F. RGB value is (185,128,111). Sum of RGB (Red+Green+Blue) = 185+128+111=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9806F is #467F90. Grayscale: #8F8F8F. Windows color (decimal): -4620177 or 7307449. OLE color: 7307449.

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

Color convert

RGB 185 128 111 -
CMYK 0 0.31 0.4 0.27
HSL 13.78º 0.35% 0.58% -
HSV(B) 13.78º 0.4% 0.73% -
XYZ 30.6 26.9 18.62 -
YUV 143.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 185 128 111 0 0.31 0.4 0.27 13.78 0.35 0.58
Hex B9 80 6F 0 1F 28 1B E 23 3A
Octal 271 200 157 0 37 50 33 16 43 72
Binary 10111001 10000000 1101111 0 11111 101000 11011 1110 100011 111010

Color Harmonies of #B9806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9806F

Black with #B9806F

Text Example


Text Example

White with #B9806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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