Html Css Color HEX #B58F57 Barley Corn

📋 copy color: '#B58F57'

red 181 ◦ green 143 ◦ blue 87

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

Shades of Barley Corn #B58F57

Tints of Barley Corn #B58F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

 BLUE value IS 87 (34.38% from 255) = 21.17%

R = 44.04%
G = 34.79%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B58F57 (or 0xB58F57) is known color: Barley Corn. HEX triplet: B5, 8F and 57. RGB value is (181,143,87). Sum of RGB (Red+Green+Blue) = 181+143+87=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F57 is #4A70A8. Grayscale: #949494. Windows color (decimal): -4878505 or 5738421. OLE color: 5738421.

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

Color convert

RGB 181 143 87 -
CMYK 0 0.21 0.52 0.29
HSL 35.74º 0.39% 0.53% -
HSV(B) 35.74º 0.52% 0.71% -
XYZ 30.6 30.16 13.22 -
YUV 147.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 181 143 87 0 0.21 0.52 0.29 35.74 0.39 0.53
Hex B5 8F 57 0 15 34 1D 24 27 35
Octal 265 217 127 0 25 64 35 44 47 65
Binary 10110101 10001111 1010111 0 10101 110100 11101 100100 100111 110101

Color Harmonies of #B58F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58F57

Black with #B58F57

Text Example


Text Example

White with #B58F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58F57; }

 p { color: rgb(181,143,87); }

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

background-color css

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

 a { background-color: rgb(181,143,87); }

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

border-color css

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

 span { border-color: rgb(181,143,87); }

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