Html Css Color HEX #B58A61 Barley Corn

📋 copy color: '#B58A61'

red 181 ◦ green 138 ◦ blue 97

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

Shades of Barley Corn #B58A61

Tints of Barley Corn #B58A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 43.51%
G = 33.17%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B58A61 (or 0xB58A61) is known color: Barley Corn. HEX triplet: B5, 8A and 61. RGB value is (181,138,97). Sum of RGB (Red+Green+Blue) = 181+138+97=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A61 is #4A759E. Grayscale: #929292. Windows color (decimal): -4879775 or 6392501. OLE color: 6392501.

HSL color Cylindrical-coordinate representation of color #B58A61: hue angle of 29.29º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B58A61 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 138 97 -
CMYK 0 0.24 0.46 0.29
HSL 29.29º 0.36% 0.55% -
HSV(B) 29.29º 0.46% 0.71% -
XYZ 30.3 28.86 15.28 -
YUV 146.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 181 138 97 0 0.24 0.46 0.29 29.29 0.36 0.55
Hex B5 8A 61 0 18 2E 1D 1D 24 37
Octal 265 212 141 0 30 56 35 35 44 67
Binary 10110101 10001010 1100001 0 11000 101110 11101 11101 100100 110111

Color Harmonies of #B58A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A61

Black with #B58A61

Text Example


Text Example

White with #B58A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A61; }

 p { color: rgb(181,138,97); }

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

background-color css

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

 a { background-color: rgb(181,138,97); }

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

border-color css

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

 span { border-color: rgb(181,138,97); }

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