Html Css Color HEX #B59956 Barley Corn

📋 copy color: '#B59956'

red 181 ◦ green 153 ◦ blue 86

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

Shades of Barley Corn #B59956

Tints of Barley Corn #B59956

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.43%

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

R = 43.1%
G = 36.43%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B59956 (or 0xB59956) is known color: Barley Corn. HEX triplet: B5, 99 and 56. RGB value is (181,153,86). Sum of RGB (Red+Green+Blue) = 181+153+86=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B59956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59956 is #4A66A9. Grayscale: #9A9A9A. Windows color (decimal): -4875946 or 5675445. OLE color: 5675445.

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

Color convert

RGB 181 153 86 -
CMYK 0 0.15 0.52 0.29
HSL 42.32º 0.39% 0.52% -
HSV(B) 42.32º 0.52% 0.71% -
XYZ 32.13 33.28 13.53 -
YUV 153.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 181 153 86 0 0.15 0.52 0.29 42.32 0.39 0.52
Hex B5 99 56 0 F 34 1D 2A 27 34
Octal 265 231 126 0 17 64 35 52 47 64
Binary 10110101 10011001 1010110 0 1111 110100 11101 101010 100111 110100

Color Harmonies of #B59956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59956

Black with #B59956

Text Example


Text Example

White with #B59956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59956; }

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

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

background-color css

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

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

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

border-color css

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

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

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