Html Css Color HEX #B39D61 Barley Corn

📋 copy color: '#B39D61'

red 179 ◦ green 157 ◦ blue 97

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

Shades of Barley Corn #B39D61

Tints of Barley Corn #B39D61

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.26%

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 41.34%
G = 36.26%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B39D61 (or 0xB39D61) is known color: Barley Corn. HEX triplet: B3, 9D and 61. RGB value is (179,157,97). Sum of RGB (Red+Green+Blue) = 179+157+97=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D61 is #4C629E. Grayscale: #9C9C9C. Windows color (decimal): -5005983 or 6397363. OLE color: 6397363.

HSL color Cylindrical-coordinate representation of color #B39D61: hue angle of 43.9º 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 #B39D61 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 157 97 -
CMYK 0 0.12 0.46 0.30
HSL 43.9º 0.35% 0.54% -
HSV(B) 43.9º 0.46% 0.7% -
XYZ 32.81 34.56 16.25 -
YUV 156.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 179 157 97 0 0.12 0.46 0.30 43.9 0.35 0.54
Hex B3 9D 61 0 C 2E 1E 2C 23 36
Octal 263 235 141 0 14 56 36 54 43 66
Binary 10110011 10011101 1100001 0 1100 101110 11110 101100 100011 110110

Color Harmonies of #B39D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D61

Black with #B39D61

Text Example


Text Example

White with #B39D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D61; }

 p { color: rgb(179,157,97); }

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

background-color css

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

 a { background-color: rgb(179,157,97); }

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

border-color css

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

 span { border-color: rgb(179,157,97); }

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