Html Css Color HEX #B9905A Barley Corn

📋 copy color: '#B9905A'

red 185 ◦ green 144 ◦ blue 90

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

Shades of Barley Corn #B9905A

Tints of Barley Corn #B9905A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

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

R = 44.15%
G = 34.37%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9905A (or 0xB9905A) is known color: Barley Corn. HEX triplet: B9, 90 and 5A. RGB value is (185,144,90). Sum of RGB (Red+Green+Blue) = 185+144+90=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9905A is #466FA5. Grayscale: #969696. Windows color (decimal): -4616102 or 5935289. OLE color: 5935289.

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

Color convert

RGB 185 144 90 -
CMYK 0 0.22 0.51 0.27
HSL 34.11º 0.4% 0.54% -
HSV(B) 34.11º 0.51% 0.73% -
XYZ 31.83 31 13.98 -
YUV 150.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 185 144 90 0 0.22 0.51 0.27 34.11 0.4 0.54
Hex B9 90 5A 0 16 33 1B 22 28 36
Octal 271 220 132 0 26 63 33 42 50 66
Binary 10111001 10010000 1011010 0 10110 110011 11011 100010 101000 110110

Color Harmonies of #B9905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9905A

Black with #B9905A

Text Example


Text Example

White with #B9905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9905A; }

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

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

background-color css

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

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

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

border-color css

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

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

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