Html Css Color HEX #B59558 Barley Corn

📋 copy color: '#B59558'

red 181 ◦ green 149 ◦ blue 88

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

Shades of Barley Corn #B59558

Tints of Barley Corn #B59558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

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

R = 43.3%
G = 35.65%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B59558 (or 0xB59558) is known color: Barley Corn. HEX triplet: B5, 95 and 58. RGB value is (181,149,88). Sum of RGB (Red+Green+Blue) = 181+149+88=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B59558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59558 is #4A6AA7. Grayscale: #979797. Windows color (decimal): -4876968 or 5805493. OLE color: 5805493.

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

Color convert

RGB 181 149 88 -
CMYK 0 0.18 0.51 0.29
HSL 39.35º 0.39% 0.53% -
HSV(B) 39.35º 0.51% 0.71% -
XYZ 31.56 32.02 13.75 -
YUV 151.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 181 149 88 0 0.18 0.51 0.29 39.35 0.39 0.53
Hex B5 95 58 0 12 33 1D 27 27 35
Octal 265 225 130 0 22 63 35 47 47 65
Binary 10110101 10010101 1011000 0 10010 110011 11101 100111 100111 110101

Color Harmonies of #B59558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59558

Black with #B59558

Text Example


Text Example

White with #B59558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59558; }

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

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

background-color css

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

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

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

border-color css

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

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

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