Html Css Color HEX #B9985A Barley Corn

📋 copy color: '#B9985A'

red 185 ◦ green 152 ◦ blue 90

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

Shades of Barley Corn #B9985A

Tints of Barley Corn #B9985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

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

R = 43.33%
G = 35.6%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9985A (or 0xB9985A) is known color: Barley Corn. HEX triplet: B9, 98 and 5A. RGB value is (185,152,90). Sum of RGB (Red+Green+Blue) = 185+152+90=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9985A is #4667A5. Grayscale: #9B9B9B. Windows color (decimal): -4614054 or 5937337. OLE color: 5937337.

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

Color convert

RGB 185 152 90 -
CMYK 0 0.18 0.51 0.27
HSL 39.16º 0.4% 0.54% -
HSV(B) 39.16º 0.51% 0.73% -
XYZ 33.08 33.51 14.4 -
YUV 154.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 185 152 90 0 0.18 0.51 0.27 39.16 0.4 0.54
Hex B9 98 5A 0 12 33 1B 27 28 36
Octal 271 230 132 0 22 63 33 47 50 66
Binary 10111001 10011000 1011010 0 10010 110011 11011 100111 101000 110110

Color Harmonies of #B9985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9985A

Black with #B9985A

Text Example


Text Example

White with #B9985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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