Html Css Color HEX #B59A58 Barley Corn

📋 copy color: '#B59A58'

red 181 ◦ green 154 ◦ blue 88

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

Shades of Barley Corn #B59A58

Tints of Barley Corn #B59A58

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 42.79%
G = 36.41%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B59A58 (or 0xB59A58) is known color: Barley Corn. HEX triplet: B5, 9A and 58. RGB value is (181,154,88). Sum of RGB (Red+Green+Blue) = 181+154+88=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A58 is #4A65A7. Grayscale: #9A9A9A. Windows color (decimal): -4875688 or 5806773. OLE color: 5806773.

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

Color convert

RGB 181 154 88 -
CMYK 0 0.15 0.51 0.29
HSL 42.58º 0.39% 0.53% -
HSV(B) 42.58º 0.51% 0.71% -
XYZ 32.37 33.64 14.02 -
YUV 154.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 181 154 88 0 0.15 0.51 0.29 42.58 0.39 0.53
Hex B5 9A 58 0 F 33 1D 2B 27 35
Octal 265 232 130 0 17 63 35 53 47 65
Binary 10110101 10011010 1011000 0 1111 110011 11101 101011 100111 110101

Color Harmonies of #B59A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A58

Black with #B59A58

Text Example


Text Example

White with #B59A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A58; }

 p { color: rgb(181,154,88); }

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

background-color css

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

 a { background-color: rgb(181,154,88); }

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

border-color css

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

 span { border-color: rgb(181,154,88); }

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