Html Css Color HEX #B59966 Barley Corn

📋 copy color: '#B59966'

red 181 ◦ green 153 ◦ blue 102

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

Shades of Barley Corn #B59966

Tints of Barley Corn #B59966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 41.51%
G = 35.09%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B59966 (or 0xB59966) is known color: Barley Corn. HEX triplet: B5, 99 and 66. RGB value is (181,153,102). Sum of RGB (Red+Green+Blue) = 181+153+102=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B59966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59966 is #4A6699. Grayscale: #9B9B9B. Windows color (decimal): -4875930 or 6724021. OLE color: 6724021.

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

Color convert

RGB 181 153 102 -
CMYK 0 0.15 0.44 0.29
HSL 38.73º 0.35% 0.55% -
HSV(B) 38.73º 0.44% 0.71% -
XYZ 32.85 33.57 17.32 -
YUV 155.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 181 153 102 0 0.15 0.44 0.29 38.73 0.35 0.55
Hex B5 99 66 0 F 2C 1D 27 23 37
Octal 265 231 146 0 17 54 35 47 43 67
Binary 10110101 10011001 1100110 0 1111 101100 11101 100111 100011 110111

Color Harmonies of #B59966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59966

Black with #B59966

Text Example


Text Example

White with #B59966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59966; }

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

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

background-color css

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

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

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

border-color css

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

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

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