Html Css Color HEX #B59C5C Barley Corn

📋 copy color: '#B59C5C'

red 181 ◦ green 156 ◦ blue 92

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

Shades of Barley Corn #B59C5C

Tints of Barley Corn #B59C5C

RGB

 RED value IS 181 (71.09% from 255) = 42.19%

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

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

R = 42.19%
G = 36.36%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B59C5C (or 0xB59C5C) is known color: Barley Corn. HEX triplet: B5, 9C and 5C. RGB value is (181,156,92). Sum of RGB (Red+Green+Blue) = 181+156+92=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C5C is #4A63A3. Grayscale: #9C9C9C. Windows color (decimal): -4875172 or 6069429. OLE color: 6069429.

HSL color Cylindrical-coordinate representation of color #B59C5C: hue angle of 43.15º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B59C5C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 156 92 -
CMYK 0 0.14 0.49 0.29
HSL 43.15º 0.38% 0.54% -
HSV(B) 43.15º 0.49% 0.71% -
XYZ 32.88 34.37 15.03 -
YUV 156.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 181 156 92 0 0.14 0.49 0.29 43.15 0.38 0.54
Hex B5 9C 5C 0 E 31 1D 2B 26 36
Octal 265 234 134 0 16 61 35 53 46 66
Binary 10110101 10011100 1011100 0 1110 110001 11101 101011 100110 110110

Color Harmonies of #B59C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C5C

Black with #B59C5C

Text Example


Text Example

White with #B59C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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