Html Css Color HEX #B39460 Barley Corn

📋 copy color: '#B39460'

red 179 ◦ green 148 ◦ blue 96

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

Shades of Barley Corn #B39460

Tints of Barley Corn #B39460

RGB

 RED value IS 179 (70.31% from 255) = 42.32%

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

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 42.32%
G = 34.99%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B39460 (or 0xB39460) is known color: Barley Corn. HEX triplet: B3, 94 and 60. RGB value is (179,148,96). Sum of RGB (Red+Green+Blue) = 179+148+96=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B39460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39460 is #4C6B9F. Grayscale: #979797. Windows color (decimal): -5008288 or 6329523. OLE color: 6329523.

HSL color Cylindrical-coordinate representation of color #B39460: hue angle of 37.59º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B39460 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 148 96 -
CMYK 0 0.17 0.46 0.30
HSL 37.59º 0.35% 0.54% -
HSV(B) 37.59º 0.46% 0.7% -
XYZ 31.29 31.61 15.52 -
YUV 151.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 179 148 96 0 0.17 0.46 0.30 37.59 0.35 0.54
Hex B3 94 60 0 11 2E 1E 26 23 36
Octal 263 224 140 0 21 56 36 46 43 66
Binary 10110011 10010100 1100000 0 10001 101110 11110 100110 100011 110110

Color Harmonies of #B39460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39460

Black with #B39460

Text Example


Text Example

White with #B39460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39460; }

 p { color: rgb(179,148,96); }

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

background-color css

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

 a { background-color: rgb(179,148,96); }

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

border-color css

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

 span { border-color: rgb(179,148,96); }

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