Html Css Color HEX #B9945A Barley Corn

📋 copy color: '#B9945A'

red 185 ◦ green 148 ◦ blue 90

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

Shades of Barley Corn #B9945A

Tints of Barley Corn #B9945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

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

R = 43.74%
G = 34.99%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9945A (or 0xB9945A) is known color: Barley Corn. HEX triplet: B9, 94 and 5A. RGB value is (185,148,90). Sum of RGB (Red+Green+Blue) = 185+148+90=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9945A is #466BA5. Grayscale: #989898. Windows color (decimal): -4615078 or 5936313. OLE color: 5936313.

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

Color convert

RGB 185 148 90 -
CMYK 0 0.20 0.51 0.27
HSL 36.63º 0.4% 0.54% -
HSV(B) 36.63º 0.51% 0.73% -
XYZ 32.44 32.23 14.18 -
YUV 152.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 185 148 90 0 0.20 0.51 0.27 36.63 0.4 0.54
Hex B9 94 5A 0 14 33 1B 25 28 36
Octal 271 224 132 0 24 63 33 45 50 66
Binary 10111001 10010100 1011010 0 10100 110011 11011 100101 101000 110110

Color Harmonies of #B9945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9945A

Black with #B9945A

Text Example


Text Example

White with #B9945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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