Html Css Color HEX #B9905B Barley Corn

📋 copy color: '#B9905B'

red 185 ◦ green 144 ◦ blue 91

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

Shades of Barley Corn #B9905B

Tints of Barley Corn #B9905B

RGB

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

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

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

R = 44.05%
G = 34.29%
B = 21.67%

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

#B9905B (or 0xB9905B) is known color: Barley Corn. HEX triplet: B9, 90 and 5B. RGB value is (185,144,91). Sum of RGB (Red+Green+Blue) = 185+144+91=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9905B is #466FA4. Grayscale: #969696. Windows color (decimal): -4616101 or 6000825. OLE color: 6000825.

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

Color convert

RGB 185 144 91 -
CMYK 0 0.22 0.51 0.27
HSL 33.83º 0.4% 0.54% -
HSV(B) 33.83º 0.51% 0.73% -
XYZ 31.87 31.02 14.2 -
YUV 150.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 185 144 91 0 0.22 0.51 0.27 33.83 0.4 0.54
Hex B9 90 5B 0 16 33 1B 22 28 36
Octal 271 220 133 0 26 63 33 42 50 66
Binary 10111001 10010000 1011011 0 10110 110011 11011 100010 101000 110110

Color Harmonies of #B9905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9905B

Black with #B9905B

Text Example


Text Example

White with #B9905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9905B; }

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

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

background-color css

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

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

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

border-color css

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

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

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