Html Css Color HEX #B9945D Barley Corn

📋 copy color: '#B9945D'

red 185 ◦ green 148 ◦ blue 93

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

Shades of Barley Corn #B9945D

Tints of Barley Corn #B9945D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 43.43%
G = 34.74%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9945D (or 0xB9945D) is known color: Barley Corn. HEX triplet: B9, 94 and 5D. RGB value is (185,148,93). Sum of RGB (Red+Green+Blue) = 185+148+93=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9945D is #466BA2. Grayscale: #999999. Windows color (decimal): -4615075 or 6132921. OLE color: 6132921.

HSL color Cylindrical-coordinate representation of color #B9945D: hue angle of 35.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9945D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 93 -
CMYK 0 0.20 0.50 0.27
HSL 35.87º 0.4% 0.55% -
HSV(B) 35.87º 0.5% 0.73% -
XYZ 32.57 32.28 14.87 -
YUV 152.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 185 148 93 0 0.20 0.50 0.27 35.87 0.4 0.55
Hex B9 94 5D 0 14 32 1B 24 28 37
Octal 271 224 135 0 24 62 33 44 50 67
Binary 10111001 10010100 1011101 0 10100 110010 11011 100100 101000 110111

Color Harmonies of #B9945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9945D

Black with #B9945D

Text Example


Text Example

White with #B9945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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