Html Css Color HEX #B39961 Barley Corn

📋 copy color: '#B39961'

red 179 ◦ green 153 ◦ blue 97

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

Shades of Barley Corn #B39961

Tints of Barley Corn #B39961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

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

R = 41.72%
G = 35.66%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B39961 (or 0xB39961) is known color: Barley Corn. HEX triplet: B3, 99 and 61. RGB value is (179,153,97). Sum of RGB (Red+Green+Blue) = 179+153+97=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B39961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39961 is #4C669E. Grayscale: #9A9A9A. Windows color (decimal): -5007007 or 6396339. OLE color: 6396339.

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

Color convert

RGB 179 153 97 -
CMYK 0 0.15 0.46 0.30
HSL 40.98º 0.35% 0.54% -
HSV(B) 40.98º 0.46% 0.7% -
XYZ 32.14 33.23 16.03 -
YUV 154.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 179 153 97 0 0.15 0.46 0.30 40.98 0.35 0.54
Hex B3 99 61 0 F 2E 1E 29 23 36
Octal 263 231 141 0 17 56 36 51 43 66
Binary 10110011 10011001 1100001 0 1111 101110 11110 101001 100011 110110

Color Harmonies of #B39961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39961

Black with #B39961

Text Example


Text Example

White with #B39961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39961; }

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

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

background-color css

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

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

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

border-color css

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

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

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