Html Css Color HEX #B9905E Barley Corn

📋 copy color: '#B9905E'

red 185 ◦ green 144 ◦ blue 94

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

Shades of Barley Corn #B9905E

Tints of Barley Corn #B9905E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 43.74%
G = 34.04%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9905E (or 0xB9905E) is known color: Barley Corn. HEX triplet: B9, 90 and 5E. RGB value is (185,144,94). Sum of RGB (Red+Green+Blue) = 185+144+94=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9905E is #466FA1. Grayscale: #969696. Windows color (decimal): -4616098 or 6197433. OLE color: 6197433.

HSL color Cylindrical-coordinate representation of color #B9905E: hue angle of 32.97º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9905E is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 94 -
CMYK 0 0.22 0.49 0.27
HSL 32.97º 0.39% 0.55% -
HSV(B) 32.97º 0.49% 0.73% -
XYZ 32 31.07 14.9 -
YUV 150.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 185 144 94 0 0.22 0.49 0.27 32.97 0.39 0.55
Hex B9 90 5E 0 16 31 1B 21 27 37
Octal 271 220 136 0 26 61 33 41 47 67
Binary 10111001 10010000 1011110 0 10110 110001 11011 100001 100111 110111

Color Harmonies of #B9905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9905E

Black with #B9905E

Text Example


Text Example

White with #B9905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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