Html Css Color HEX #B59C68 Barley Corn

📋 copy color: '#B59C68'

red 181 ◦ green 156 ◦ blue 104

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

Shades of Barley Corn #B59C68

Tints of Barley Corn #B59C68

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

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

R = 41.04%
G = 35.37%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B59C68 (or 0xB59C68) is known color: Barley Corn. HEX triplet: B5, 9C and 68. RGB value is (181,156,104). Sum of RGB (Red+Green+Blue) = 181+156+104=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C68 is #4A6397. Grayscale: #9D9D9D. Windows color (decimal): -4875160 or 6855861. OLE color: 6855861.

HSL color Cylindrical-coordinate representation of color #B59C68: hue angle of 40.52º 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 #B59C68 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 156 104 -
CMYK 0 0.14 0.43 0.29
HSL 40.52º 0.34% 0.56% -
HSV(B) 40.52º 0.43% 0.71% -
XYZ 33.44 34.6 18.01 -
YUV 157.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 181 156 104 0 0.14 0.43 0.29 40.52 0.34 0.56
Hex B5 9C 68 0 E 2B 1D 29 22 38
Octal 265 234 150 0 16 53 35 51 42 70
Binary 10110101 10011100 1101000 0 1110 101011 11101 101001 100010 111000

Color Harmonies of #B59C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C68

Black with #B59C68

Text Example


Text Example

White with #B59C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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