Html Css Color HEX #B39D5C Barley Corn

📋 copy color: '#B39D5C'

red 179 ◦ green 157 ◦ blue 92

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

Shades of Barley Corn #B39D5C

Tints of Barley Corn #B39D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 41.82%
G = 36.68%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B39D5C (or 0xB39D5C) is known color: Barley Corn. HEX triplet: B3, 9D and 5C. RGB value is (179,157,92). Sum of RGB (Red+Green+Blue) = 179+157+92=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D5C is #4C62A3. Grayscale: #9C9C9C. Windows color (decimal): -5005988 or 6069683. OLE color: 6069683.

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

Color convert

RGB 179 157 92 -
CMYK 0 0.12 0.49 0.30
HSL 44.83º 0.36% 0.53% -
HSV(B) 44.83º 0.49% 0.7% -
XYZ 32.58 34.47 15.06 -
YUV 156.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 179 157 92 0 0.12 0.49 0.30 44.83 0.36 0.53
Hex B3 9D 5C 0 C 31 1E 2D 24 35
Octal 263 235 134 0 14 61 36 55 44 65
Binary 10110011 10011101 1011100 0 1100 110001 11110 101101 100100 110101

Color Harmonies of #B39D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D5C

Black with #B39D5C

Text Example


Text Example

White with #B39D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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