Html Css Color HEX #B59268 Barley Corn

📋 copy color: '#B59268'

red 181 ◦ green 146 ◦ blue 104

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

Shades of Barley Corn #B59268

Tints of Barley Corn #B59268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 42%
G = 33.87%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B59268 (or 0xB59268) is known color: Barley Corn. HEX triplet: B5, 92 and 68. RGB value is (181,146,104). Sum of RGB (Red+Green+Blue) = 181+146+104=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B59268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59268 is #4A6D97. Grayscale: #979797. Windows color (decimal): -4877720 or 6853301. OLE color: 6853301.

HSL color Cylindrical-coordinate representation of color #B59268: hue angle of 32.73º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B59268 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 146 104 -
CMYK 0 0.19 0.43 0.29
HSL 32.73º 0.34% 0.56% -
HSV(B) 32.73º 0.43% 0.71% -
XYZ 31.83 31.38 17.48 -
YUV 151.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 181 146 104 0 0.19 0.43 0.29 32.73 0.34 0.56
Hex B5 92 68 0 13 2B 1D 21 22 38
Octal 265 222 150 0 23 53 35 41 42 70
Binary 10110101 10010010 1101000 0 10011 101011 11101 100001 100010 111000

Color Harmonies of #B59268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59268

Black with #B59268

Text Example


Text Example

White with #B59268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59268; }

 p { color: rgb(181,146,104); }

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

background-color css

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

 a { background-color: rgb(181,146,104); }

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

border-color css

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

 span { border-color: rgb(181,146,104); }

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