Html Css Color HEX #B99B5D Barley Corn

📋 copy color: '#B99B5D'

red 185 ◦ green 155 ◦ blue 93

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

Shades of Barley Corn #B99B5D

Tints of Barley Corn #B99B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

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

R = 42.73%
G = 35.8%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B99B5D (or 0xB99B5D) is known color: Barley Corn. HEX triplet: B9, 9B and 5D. RGB value is (185,155,93). Sum of RGB (Red+Green+Blue) = 185+155+93=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B5D is #4664A2. Grayscale: #9D9D9D. Windows color (decimal): -4613283 or 6134713. OLE color: 6134713.

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

Color convert

RGB 185 155 93 -
CMYK 0 0.16 0.50 0.27
HSL 40.43º 0.4% 0.55% -
HSV(B) 40.43º 0.5% 0.73% -
XYZ 33.7 34.55 15.25 -
YUV 156.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 185 155 93 0 0.16 0.50 0.27 40.43 0.4 0.55
Hex B9 9B 5D 0 10 32 1B 28 28 37
Octal 271 233 135 0 20 62 33 50 50 67
Binary 10111001 10011011 1011101 0 10000 110010 11011 101000 101000 110111

Color Harmonies of #B99B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B5D

Black with #B99B5D

Text Example


Text Example

White with #B99B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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