Html Css Color HEX #B59165 Barley Corn

📋 copy color: '#B59165'

red 181 ◦ green 145 ◦ blue 101

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

Shades of Barley Corn #B59165

Tints of Barley Corn #B59165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.96%

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 42.39%
G = 33.96%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B59165 (or 0xB59165) is known color: Barley Corn. HEX triplet: B5, 91 and 65. RGB value is (181,145,101). Sum of RGB (Red+Green+Blue) = 181+145+101=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B59165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59165 is #4A6E9A. Grayscale: #969696. Windows color (decimal): -4877979 or 6656437. OLE color: 6656437.

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

Color convert

RGB 181 145 101 -
CMYK 0 0.20 0.44 0.29
HSL 33º 0.35% 0.55% -
HSV(B) 33º 0.44% 0.71% -
XYZ 31.53 31.01 16.64 -
YUV 150.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 181 145 101 0 0.20 0.44 0.29 33 0.35 0.55
Hex B5 91 65 0 14 2C 1D 21 23 37
Octal 265 221 145 0 24 54 35 41 43 67
Binary 10110101 10010001 1100101 0 10100 101100 11101 100001 100011 110111

Color Harmonies of #B59165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59165

Black with #B59165

Text Example


Text Example

White with #B59165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59165; }

 p { color: rgb(181,145,101); }

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

background-color css

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

 a { background-color: rgb(181,145,101); }

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

border-color css

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

 span { border-color: rgb(181,145,101); }

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