Html Css Color HEX #B59466 Barley Corn

📋 copy color: '#B59466'

red 181 ◦ green 148 ◦ blue 102

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

Shades of Barley Corn #B59466

Tints of Barley Corn #B59466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.34%

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

R = 42%
G = 34.34%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B59466 (or 0xB59466) is known color: Barley Corn. HEX triplet: B5, 94 and 66. RGB value is (181,148,102). Sum of RGB (Red+Green+Blue) = 181+148+102=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B59466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59466 is #4A6B99. Grayscale: #989898. Windows color (decimal): -4877210 or 6722741. OLE color: 6722741.

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

Color convert

RGB 181 148 102 -
CMYK 0 0.18 0.44 0.29
HSL 34.94º 0.35% 0.55% -
HSV(B) 34.94º 0.44% 0.71% -
XYZ 32.04 31.96 17.05 -
YUV 152.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 181 148 102 0 0.18 0.44 0.29 34.94 0.35 0.55
Hex B5 94 66 0 12 2C 1D 23 23 37
Octal 265 224 146 0 22 54 35 43 43 67
Binary 10110101 10010100 1100110 0 10010 101100 11101 100011 100011 110111

Color Harmonies of #B59466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59466

Black with #B59466

Text Example


Text Example

White with #B59466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59466; }

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

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

background-color css

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

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

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

border-color css

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

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

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