Html Css Color HEX #B39256 Barley Corn

📋 copy color: '#B39256'

red 179 ◦ green 146 ◦ blue 86

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

Shades of Barley Corn #B39256

Tints of Barley Corn #B39256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

 BLUE value IS 86 (33.98% from 255) = 20.92%

R = 43.55%
G = 35.52%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B39256 (or 0xB39256) is known color: Barley Corn. HEX triplet: B3, 92 and 56. RGB value is (179,146,86). Sum of RGB (Red+Green+Blue) = 179+146+86=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B39256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39256 is #4C6DA9. Grayscale: #959595. Windows color (decimal): -5008810 or 5673651. OLE color: 5673651.

HSL color Cylindrical-coordinate representation of color #B39256: hue angle of 38.71º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B39256 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 86 -
CMYK 0 0.18 0.52 0.30
HSL 38.71º 0.38% 0.52% -
HSV(B) 38.71º 0.52% 0.7% -
XYZ 30.55 30.81 13.14 -
YUV 149.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 179 146 86 0 0.18 0.52 0.30 38.71 0.38 0.52
Hex B3 92 56 0 12 34 1E 27 26 34
Octal 263 222 126 0 22 64 36 47 46 64
Binary 10110011 10010010 1010110 0 10010 110100 11110 100111 100110 110100

Color Harmonies of #B39256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39256

Black with #B39256

Text Example


Text Example

White with #B39256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39256; }

 p { color: rgb(179,146,86); }

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

background-color css

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

 a { background-color: rgb(179,146,86); }

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

border-color css

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

 span { border-color: rgb(179,146,86); }

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