Html Css Color HEX #B39C5E Barley Corn

📋 copy color: '#B39C5E'

red 179 ◦ green 156 ◦ blue 94

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

Shades of Barley Corn #B39C5E

Tints of Barley Corn #B39C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 41.72%
G = 36.36%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B39C5E (or 0xB39C5E) is known color: Barley Corn. HEX triplet: B3, 9C and 5E. RGB value is (179,156,94). Sum of RGB (Red+Green+Blue) = 179+156+94=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C5E is #4C63A1. Grayscale: #9C9C9C. Windows color (decimal): -5006242 or 6200499. OLE color: 6200499.

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

Color convert

RGB 179 156 94 -
CMYK 0 0.13 0.47 0.30
HSL 43.76º 0.36% 0.54% -
HSV(B) 43.76º 0.47% 0.7% -
XYZ 32.5 34.17 15.47 -
YUV 155.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 179 156 94 0 0.13 0.47 0.30 43.76 0.36 0.54
Hex B3 9C 5E 0 D 2F 1E 2C 24 36
Octal 263 234 136 0 15 57 36 54 44 66
Binary 10110011 10011100 1011110 0 1101 101111 11110 101100 100100 110110

Color Harmonies of #B39C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C5E

Black with #B39C5E

Text Example


Text Example

White with #B39C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C5E; }

 p { color: rgb(179,156,94); }

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

background-color css

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

 a { background-color: rgb(179,156,94); }

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

border-color css

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

 span { border-color: rgb(179,156,94); }

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