Html Css Color HEX #B9975D Barley Corn

📋 copy color: '#B9975D'

red 185 ◦ green 151 ◦ blue 93

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

Shades of Barley Corn #B9975D

Tints of Barley Corn #B9975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

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

R = 43.12%
G = 35.2%
B = 21.68%

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

#B9975D (or 0xB9975D) is known color: Barley Corn. HEX triplet: B9, 97 and 5D. RGB value is (185,151,93). Sum of RGB (Red+Green+Blue) = 185+151+93=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9975D is #4668A2. Grayscale: #9A9A9A. Windows color (decimal): -4614307 or 6133689. OLE color: 6133689.

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

Color convert

RGB 185 151 93 -
CMYK 0 0.18 0.50 0.27
HSL 37.83º 0.4% 0.55% -
HSV(B) 37.83º 0.5% 0.73% -
XYZ 33.05 33.24 15.03 -
YUV 154.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 185 151 93 0 0.18 0.50 0.27 37.83 0.4 0.55
Hex B9 97 5D 0 12 32 1B 26 28 37
Octal 271 227 135 0 22 62 33 46 50 67
Binary 10111001 10010111 1011101 0 10010 110010 11011 100110 101000 110111

Color Harmonies of #B9975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9975D

Black with #B9975D

Text Example


Text Example

White with #B9975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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