Html Css Color HEX #B39D68 Barley Corn

📋 copy color: '#B39D68'

red 179 ◦ green 157 ◦ blue 104

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

Shades of Barley Corn #B39D68

Tints of Barley Corn #B39D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 40.68%
G = 35.68%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B39D68 (or 0xB39D68) is known color: Barley Corn. HEX triplet: B3, 9D and 68. RGB value is (179,157,104). Sum of RGB (Red+Green+Blue) = 179+157+104=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D68 is #4C6297. Grayscale: #9D9D9D. Windows color (decimal): -5005976 or 6856115. OLE color: 6856115.

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

Color convert

RGB 179 157 104 -
CMYK 0 0.12 0.42 0.30
HSL 42.4º 0.33% 0.55% -
HSV(B) 42.4º 0.42% 0.7% -
XYZ 33.15 34.7 18.05 -
YUV 157.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 179 157 104 0 0.12 0.42 0.30 42.4 0.33 0.55
Hex B3 9D 68 0 C 2A 1E 2A 21 37
Octal 263 235 150 0 14 52 36 52 41 67
Binary 10110011 10011101 1101000 0 1100 101010 11110 101010 100001 110111

Color Harmonies of #B39D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D68

Black with #B39D68

Text Example


Text Example

White with #B39D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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