Html Css Color HEX #B9955B Barley Corn

📋 copy color: '#B9955B'

red 185 ◦ green 149 ◦ blue 91

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

Shades of Barley Corn #B9955B

Tints of Barley Corn #B9955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

 BLUE value IS 91 (35.94% from 255) = 21.41%

R = 43.53%
G = 35.06%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9955B (or 0xB9955B) is known color: Barley Corn. HEX triplet: B9, 95 and 5B. RGB value is (185,149,91). Sum of RGB (Red+Green+Blue) = 185+149+91=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9955B is #466AA4. Grayscale: #999999. Windows color (decimal): -4614821 or 6002105. OLE color: 6002105.

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

Color convert

RGB 185 149 91 -
CMYK 0 0.19 0.51 0.27
HSL 37.02º 0.4% 0.54% -
HSV(B) 37.02º 0.51% 0.73% -
XYZ 32.64 32.56 14.46 -
YUV 153.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 185 149 91 0 0.19 0.51 0.27 37.02 0.4 0.54
Hex B9 95 5B 0 13 33 1B 25 28 36
Octal 271 225 133 0 23 63 33 45 50 66
Binary 10111001 10010101 1011011 0 10011 110011 11011 100101 101000 110110

Color Harmonies of #B9955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9955B

Black with #B9955B

Text Example


Text Example

White with #B9955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9955B; }

 p { color: rgb(185,149,91); }

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

background-color css

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

 a { background-color: rgb(185,149,91); }

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

border-color css

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

 span { border-color: rgb(185,149,91); }

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