Html Css Color HEX #B59456 Barley Corn

📋 copy color: '#B59456'

red 181 ◦ green 148 ◦ blue 86

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

Shades of Barley Corn #B59456

Tints of Barley Corn #B59456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

 BLUE value IS 86 (33.98% from 255) = 20.72%

R = 43.61%
G = 35.66%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B59456 (or 0xB59456) is known color: Barley Corn. HEX triplet: B5, 94 and 56. RGB value is (181,148,86). Sum of RGB (Red+Green+Blue) = 181+148+86=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B59456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59456 is #4A6BA9. Grayscale: #979797. Windows color (decimal): -4877226 or 5674165. OLE color: 5674165.

HSL color Cylindrical-coordinate representation of color #B59456: hue angle of 39.16º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B59456 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 86 -
CMYK 0 0.18 0.52 0.29
HSL 39.16º 0.39% 0.52% -
HSV(B) 39.16º 0.52% 0.71% -
XYZ 31.33 31.68 13.27 -
YUV 150.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 181 148 86 0 0.18 0.52 0.29 39.16 0.39 0.52
Hex B5 94 56 0 12 34 1D 27 27 34
Octal 265 224 126 0 22 64 35 47 47 64
Binary 10110101 10010100 1010110 0 10010 110100 11101 100111 100111 110100

Color Harmonies of #B59456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59456

Black with #B59456

Text Example


Text Example

White with #B59456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59456; }

 p { color: rgb(181,148,86); }

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

background-color css

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

 a { background-color: rgb(181,148,86); }

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

border-color css

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

 span { border-color: rgb(181,148,86); }

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