Html Css Color HEX #B99C5C Barley Corn

📋 copy color: '#B99C5C'

red 185 ◦ green 156 ◦ blue 92

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

Shades of Barley Corn #B99C5C

Tints of Barley Corn #B99C5C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.03%

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

R = 42.73%
G = 36.03%
B = 21.25%

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

#B99C5C (or 0xB99C5C) is known color: Barley Corn. HEX triplet: B9, 9C and 5C. RGB value is (185,156,92). Sum of RGB (Red+Green+Blue) = 185+156+92=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C5C is #4663A3. Grayscale: #9D9D9D. Windows color (decimal): -4613028 or 6069433. OLE color: 6069433.

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

Color convert

RGB 185 156 92 -
CMYK 0 0.16 0.50 0.27
HSL 41.29º 0.4% 0.54% -
HSV(B) 41.29º 0.5% 0.73% -
XYZ 33.83 34.86 15.07 -
YUV 157.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 185 156 92 0 0.16 0.50 0.27 41.29 0.4 0.54
Hex B9 9C 5C 0 10 32 1B 29 28 36
Octal 271 234 134 0 20 62 33 51 50 66
Binary 10111001 10011100 1011100 0 10000 110010 11011 101001 101000 110110

Color Harmonies of #B99C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C5C

Black with #B99C5C

Text Example


Text Example

White with #B99C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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