Html Css Color HEX #B39861 Barley Corn

📋 copy color: '#B39861'

red 179 ◦ green 152 ◦ blue 97

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

Shades of Barley Corn #B39861

Tints of Barley Corn #B39861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.51%

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

R = 41.82%
G = 35.51%
B = 22.66%

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

#B39861 (or 0xB39861) is known color: Barley Corn. HEX triplet: B3, 98 and 61. RGB value is (179,152,97). Sum of RGB (Red+Green+Blue) = 179+152+97=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B39861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39861 is #4C679E. Grayscale: #9A9A9A. Windows color (decimal): -5007263 or 6396083. OLE color: 6396083.

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

Color convert

RGB 179 152 97 -
CMYK 0 0.15 0.46 0.30
HSL 40.24º 0.35% 0.54% -
HSV(B) 40.24º 0.46% 0.7% -
XYZ 31.98 32.9 15.97 -
YUV 153.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 179 152 97 0 0.15 0.46 0.30 40.24 0.35 0.54
Hex B3 98 61 0 F 2E 1E 28 23 36
Octal 263 230 141 0 17 56 36 50 43 66
Binary 10110011 10011000 1100001 0 1111 101110 11110 101000 100011 110110

Color Harmonies of #B39861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39861

Black with #B39861

Text Example


Text Example

White with #B39861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39861; }

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

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

background-color css

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

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

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

border-color css

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

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

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