Html Css Color HEX #B59358 Barley Corn

📋 copy color: '#B59358'

red 181 ◦ green 147 ◦ blue 88

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

Shades of Barley Corn #B59358

Tints of Barley Corn #B59358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 43.51%
G = 35.34%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B59358 (or 0xB59358) is known color: Barley Corn. HEX triplet: B5, 93 and 58. RGB value is (181,147,88). Sum of RGB (Red+Green+Blue) = 181+147+88=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B59358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59358 is #4A6CA7. Grayscale: #969696. Windows color (decimal): -4877480 or 5804981. OLE color: 5804981.

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

Color convert

RGB 181 147 88 -
CMYK 0 0.19 0.51 0.29
HSL 38.06º 0.39% 0.53% -
HSV(B) 38.06º 0.51% 0.71% -
XYZ 31.25 31.4 13.65 -
YUV 150.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 181 147 88 0 0.19 0.51 0.29 38.06 0.39 0.53
Hex B5 93 58 0 13 33 1D 26 27 35
Octal 265 223 130 0 23 63 35 46 47 65
Binary 10110101 10010011 1011000 0 10011 110011 11101 100110 100111 110101

Color Harmonies of #B59358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59358

Black with #B59358

Text Example


Text Example

White with #B59358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59358; }

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

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

background-color css

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

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

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

border-color css

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

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

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