Html Css Color HEX #B99E5C Barley Corn

📋 copy color: '#B99E5C'

red 185 ◦ green 158 ◦ blue 92

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

Shades of Barley Corn #B99E5C

Tints of Barley Corn #B99E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.32%

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

R = 42.53%
G = 36.32%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B99E5C (or 0xB99E5C) is known color: Barley Corn. HEX triplet: B9, 9E and 5C. RGB value is (185,158,92). Sum of RGB (Red+Green+Blue) = 185+158+92=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E5C is #4661A3. Grayscale: #9E9E9E. Windows color (decimal): -4612516 or 6069945. OLE color: 6069945.

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

Color convert

RGB 185 158 92 -
CMYK 0 0.15 0.50 0.27
HSL 42.58º 0.4% 0.54% -
HSV(B) 42.58º 0.5% 0.73% -
XYZ 34.17 35.54 15.18 -
YUV 158.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 185 158 92 0 0.15 0.50 0.27 42.58 0.4 0.54
Hex B9 9E 5C 0 F 32 1B 2B 28 36
Octal 271 236 134 0 17 62 33 53 50 66
Binary 10111001 10011110 1011100 0 1111 110010 11011 101011 101000 110110

Color Harmonies of #B99E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E5C

Black with #B99E5C

Text Example


Text Example

White with #B99E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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