Html Css Color HEX #B39B60 Barley Corn

📋 copy color: '#B39B60'

red 179 ◦ green 155 ◦ blue 96

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

Shades of Barley Corn #B39B60

Tints of Barley Corn #B39B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.05%

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

R = 41.63%
G = 36.05%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B39B60 (or 0xB39B60) is known color: Barley Corn. HEX triplet: B3, 9B and 60. RGB value is (179,155,96). Sum of RGB (Red+Green+Blue) = 179+155+96=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B60 is #4C649F. Grayscale: #9B9B9B. Windows color (decimal): -5006496 or 6331315. OLE color: 6331315.

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

Color convert

RGB 179 155 96 -
CMYK 0 0.13 0.46 0.30
HSL 42.65º 0.35% 0.54% -
HSV(B) 42.65º 0.46% 0.7% -
XYZ 32.42 33.87 15.9 -
YUV 155.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 179 155 96 0 0.13 0.46 0.30 42.65 0.35 0.54
Hex B3 9B 60 0 D 2E 1E 2B 23 36
Octal 263 233 140 0 15 56 36 53 43 66
Binary 10110011 10011011 1100000 0 1101 101110 11110 101011 100011 110110

Color Harmonies of #B39B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39B60

Black with #B39B60

Text Example


Text Example

White with #B39B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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