Html Css Color HEX #B39462 Barley Corn

📋 copy color: '#B39462'

red 179 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #B39462

Tints of Barley Corn #B39462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.82%

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

R = 42.12%
G = 34.82%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B39462 (or 0xB39462) is known color: Barley Corn. HEX triplet: B3, 94 and 62. RGB value is (179,148,98). Sum of RGB (Red+Green+Blue) = 179+148+98=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B39462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39462 is #4C6B9D. Grayscale: #979797. Windows color (decimal): -5008286 or 6460595. OLE color: 6460595.

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

Color convert

RGB 179 148 98 -
CMYK 0 0.17 0.45 0.30
HSL 37.04º 0.35% 0.54% -
HSV(B) 37.04º 0.45% 0.7% -
XYZ 31.38 31.65 16.01 -
YUV 151.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 179 148 98 0 0.17 0.45 0.30 37.04 0.35 0.54
Hex B3 94 62 0 11 2D 1E 25 23 36
Octal 263 224 142 0 21 55 36 45 43 66
Binary 10110011 10010100 1100010 0 10001 101101 11110 100101 100011 110110

Color Harmonies of #B39462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39462

Black with #B39462

Text Example


Text Example

White with #B39462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39462; }

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

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

background-color css

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

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

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

border-color css

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

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

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