Html Css Color HEX #B39661 Barley Corn

📋 copy color: '#B39661'

red 179 ◦ green 150 ◦ blue 97

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

Shades of Barley Corn #B39661

Tints of Barley Corn #B39661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

 BLUE value IS 97 (38.28% from 255) = 22.77%

R = 42.02%
G = 35.21%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B39661 (or 0xB39661) is known color: Barley Corn. HEX triplet: B3, 96 and 61. RGB value is (179,150,97). Sum of RGB (Red+Green+Blue) = 179+150+97=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B39661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39661 is #4C699E. Grayscale: #989898. Windows color (decimal): -5007775 or 6395571. OLE color: 6395571.

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

Color convert

RGB 179 150 97 -
CMYK 0 0.16 0.46 0.30
HSL 38.78º 0.35% 0.54% -
HSV(B) 38.78º 0.46% 0.7% -
XYZ 31.65 32.26 15.87 -
YUV 152.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 179 150 97 0 0.16 0.46 0.30 38.78 0.35 0.54
Hex B3 96 61 0 10 2E 1E 27 23 36
Octal 263 226 141 0 20 56 36 47 43 66
Binary 10110011 10010110 1100001 0 10000 101110 11110 100111 100011 110110

Color Harmonies of #B39661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39661

Black with #B39661

Text Example


Text Example

White with #B39661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39661; }

 p { color: rgb(179,150,97); }

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

background-color css

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

 a { background-color: rgb(179,150,97); }

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

border-color css

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

 span { border-color: rgb(179,150,97); }

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