Html Css Color HEX #B99A5D Barley Corn

📋 copy color: '#B99A5D'

red 185 ◦ green 154 ◦ blue 93

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

Shades of Barley Corn #B99A5D

Tints of Barley Corn #B99A5D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

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

R = 42.82%
G = 35.65%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B99A5D (or 0xB99A5D) is known color: Barley Corn. HEX triplet: B9, 9A and 5D. RGB value is (185,154,93). Sum of RGB (Red+Green+Blue) = 185+154+93=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A5D is #4665A2. Grayscale: #9C9C9C. Windows color (decimal): -4613539 or 6134457. OLE color: 6134457.

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

Color convert

RGB 185 154 93 -
CMYK 0 0.17 0.50 0.27
HSL 39.78º 0.4% 0.55% -
HSV(B) 39.78º 0.5% 0.73% -
XYZ 33.54 34.22 15.19 -
YUV 156.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 185 154 93 0 0.17 0.50 0.27 39.78 0.4 0.55
Hex B9 9A 5D 0 11 32 1B 28 28 37
Octal 271 232 135 0 21 62 33 50 50 67
Binary 10111001 10011010 1011101 0 10001 110010 11011 101000 101000 110111

Color Harmonies of #B99A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99A5D

Black with #B99A5D

Text Example


Text Example

White with #B99A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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