Html Css Color HEX #B39662 Barley Corn

📋 copy color: '#B39662'

red 179 ◦ green 150 ◦ blue 98

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

Shades of Barley Corn #B39662

Tints of Barley Corn #B39662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.95%

R = 41.92%
G = 35.13%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B39662 (or 0xB39662) is known color: Barley Corn. HEX triplet: B3, 96 and 62. RGB value is (179,150,98). Sum of RGB (Red+Green+Blue) = 179+150+98=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B39662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39662 is #4C699D. Grayscale: #989898. Windows color (decimal): -5007774 or 6461107. OLE color: 6461107.

HSL color Cylindrical-coordinate representation of color #B39662: hue angle of 38.52º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B39662 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 98 -
CMYK 0 0.16 0.45 0.30
HSL 38.52º 0.35% 0.54% -
HSV(B) 38.52º 0.45% 0.7% -
XYZ 31.7 32.28 16.11 -
YUV 152.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 179 150 98 0 0.16 0.45 0.30 38.52 0.35 0.54
Hex B3 96 62 0 10 2D 1E 27 23 36
Octal 263 226 142 0 20 55 36 47 43 66
Binary 10110011 10010110 1100010 0 10000 101101 11110 100111 100011 110110

Color Harmonies of #B39662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39662

Black with #B39662

Text Example


Text Example

White with #B39662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39662; }

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

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

background-color css

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

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

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

border-color css

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

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

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