Html Css Color HEX #B9985C Barley Corn

📋 copy color: '#B9985C'

red 185 ◦ green 152 ◦ blue 92

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

Shades of Barley Corn #B9985C

Tints of Barley Corn #B9985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.45%

R = 43.12%
G = 35.43%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9985C (or 0xB9985C) is known color: Barley Corn. HEX triplet: B9, 98 and 5C. RGB value is (185,152,92). Sum of RGB (Red+Green+Blue) = 185+152+92=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9985C is #4667A3. Grayscale: #9B9B9B. Windows color (decimal): -4614052 or 6068409. OLE color: 6068409.

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

Color convert

RGB 185 152 92 -
CMYK 0 0.18 0.50 0.27
HSL 38.71º 0.4% 0.54% -
HSV(B) 38.71º 0.5% 0.73% -
XYZ 33.17 33.54 14.85 -
YUV 155.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 185 152 92 0 0.18 0.50 0.27 38.71 0.4 0.54
Hex B9 98 5C 0 12 32 1B 27 28 36
Octal 271 230 134 0 22 62 33 47 50 66
Binary 10111001 10011000 1011100 0 10010 110010 11011 100111 101000 110110

Color Harmonies of #B9985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9985C

Black with #B9985C

Text Example


Text Example

White with #B9985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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