Html Css Color HEX #B59964 Barley Corn

📋 copy color: '#B59964'

red 181 ◦ green 153 ◦ blue 100

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

Shades of Barley Corn #B59964

Tints of Barley Corn #B59964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 41.71%
G = 35.25%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B59964 (or 0xB59964) is known color: Barley Corn. HEX triplet: B5, 99 and 64. RGB value is (181,153,100). Sum of RGB (Red+Green+Blue) = 181+153+100=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B59964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59964 is #4A669B. Grayscale: #9B9B9B. Windows color (decimal): -4875932 or 6592949. OLE color: 6592949.

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

Color convert

RGB 181 153 100 -
CMYK 0 0.15 0.45 0.29
HSL 39.26º 0.35% 0.55% -
HSV(B) 39.26º 0.45% 0.71% -
XYZ 32.75 33.53 16.8 -
YUV 155.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 181 153 100 0 0.15 0.45 0.29 39.26 0.35 0.55
Hex B5 99 64 0 F 2D 1D 27 23 37
Octal 265 231 144 0 17 55 35 47 43 67
Binary 10110101 10011001 1100100 0 1111 101101 11101 100111 100011 110111

Color Harmonies of #B59964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59964

Black with #B59964

Text Example


Text Example

White with #B59964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59964; }

 p { color: rgb(181,153,100); }

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

background-color css

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

 a { background-color: rgb(181,153,100); }

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

border-color css

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

 span { border-color: rgb(181,153,100); }

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