Html Css Color HEX #B9965A Barley Corn

📋 copy color: '#B9965A'

red 185 ◦ green 150 ◦ blue 90

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

Shades of Barley Corn #B9965A

Tints of Barley Corn #B9965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 43.53%
G = 35.29%
B = 21.18%

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

#B9965A (or 0xB9965A) is known color: Barley Corn. HEX triplet: B9, 96 and 5A. RGB value is (185,150,90). Sum of RGB (Red+Green+Blue) = 185+150+90=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9965A is #4669A5. Grayscale: #999999. Windows color (decimal): -4614566 or 5936825. OLE color: 5936825.

HSL color Cylindrical-coordinate representation of color #B9965A: hue angle of 37.89º 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 #B9965A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 90 -
CMYK 0 0.19 0.51 0.27
HSL 37.89º 0.4% 0.54% -
HSV(B) 37.89º 0.51% 0.73% -
XYZ 32.76 32.87 14.29 -
YUV 153.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 185 150 90 0 0.19 0.51 0.27 37.89 0.4 0.54
Hex B9 96 5A 0 13 33 1B 26 28 36
Octal 271 226 132 0 23 63 33 46 50 66
Binary 10111001 10010110 1011010 0 10011 110011 11011 100110 101000 110110

Color Harmonies of #B9965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9965A

Black with #B9965A

Text Example


Text Example

White with #B9965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9965A; }

 p { color: rgb(185,150,90); }

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

background-color css

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

 a { background-color: rgb(185,150,90); }

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

border-color css

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

 span { border-color: rgb(185,150,90); }

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