Html Css Color HEX #B99956 Barley Corn

📋 copy color: '#B99956'

red 185 ◦ green 153 ◦ blue 86

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

Shades of Barley Corn #B99956

Tints of Barley Corn #B99956

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

 BLUE value IS 86 (33.98% from 255) = 20.28%

R = 43.63%
G = 36.08%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B99956 (or 0xB99956) is known color: Barley Corn. HEX triplet: B9, 99 and 56. RGB value is (185,153,86). Sum of RGB (Red+Green+Blue) = 185+153+86=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B99956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99956 is #4666A9. Grayscale: #9B9B9B. Windows color (decimal): -4613802 or 5675449. OLE color: 5675449.

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

Color convert

RGB 185 153 86 -
CMYK 0 0.17 0.54 0.27
HSL 40.61º 0.41% 0.53% -
HSV(B) 40.61º 0.54% 0.73% -
XYZ 33.08 33.77 13.58 -
YUV 154.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 185 153 86 0 0.17 0.54 0.27 40.61 0.41 0.53
Hex B9 99 56 0 11 36 1B 29 29 35
Octal 271 231 126 0 21 66 33 51 51 65
Binary 10111001 10011001 1010110 0 10001 110110 11011 101001 101001 110101

Color Harmonies of #B99956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99956

Black with #B99956

Text Example


Text Example

White with #B99956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99956; }

 p { color: rgb(185,153,86); }

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

background-color css

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

 a { background-color: rgb(185,153,86); }

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

border-color css

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

 span { border-color: rgb(185,153,86); }

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