Html Css Color HEX #B58F59 Barley Corn

📋 copy color: '#B58F59'

red 181 ◦ green 143 ◦ blue 89

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

Shades of Barley Corn #B58F59

Tints of Barley Corn #B58F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.55%

R = 43.83%
G = 34.62%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B58F59 (or 0xB58F59) is known color: Barley Corn. HEX triplet: B5, 8F and 59. RGB value is (181,143,89). Sum of RGB (Red+Green+Blue) = 181+143+89=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F59 is #4A70A6. Grayscale: #949494. Windows color (decimal): -4878503 or 5869493. OLE color: 5869493.

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

Color convert

RGB 181 143 89 -
CMYK 0 0.21 0.51 0.29
HSL 35.22º 0.38% 0.53% -
HSV(B) 35.22º 0.51% 0.71% -
XYZ 30.68 30.19 13.66 -
YUV 148.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 181 143 89 0 0.21 0.51 0.29 35.22 0.38 0.53
Hex B5 8F 59 0 15 33 1D 23 26 35
Octal 265 217 131 0 25 63 35 43 46 65
Binary 10110101 10001111 1011001 0 10101 110011 11101 100011 100110 110101

Color Harmonies of #B58F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58F59

Black with #B58F59

Text Example


Text Example

White with #B58F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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