Html Css Color HEX #B9985D Barley Corn

📋 copy color: '#B9985D'

red 185 ◦ green 152 ◦ blue 93

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

Shades of Barley Corn #B9985D

Tints of Barley Corn #B9985D

RGB

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

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

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

R = 43.02%
G = 35.35%
B = 21.63%

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

#B9985D (or 0xB9985D) is known color: Barley Corn. HEX triplet: B9, 98 and 5D. RGB value is (185,152,93). Sum of RGB (Red+Green+Blue) = 185+152+93=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9985D is #4667A2. Grayscale: #9B9B9B. Windows color (decimal): -4614051 or 6133945. OLE color: 6133945.

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

Color convert

RGB 185 152 93 -
CMYK 0 0.18 0.50 0.27
HSL 38.48º 0.4% 0.55% -
HSV(B) 38.48º 0.5% 0.73% -
XYZ 33.21 33.56 15.08 -
YUV 155.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 185 152 93 0 0.18 0.50 0.27 38.48 0.4 0.55
Hex B9 98 5D 0 12 32 1B 26 28 37
Octal 271 230 135 0 22 62 33 46 50 67
Binary 10111001 10011000 1011101 0 10010 110010 11011 100110 101000 110111

Color Harmonies of #B9985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9985D

Black with #B9985D

Text Example


Text Example

White with #B9985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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