Html Css Color HEX #B19362 Barley Corn

📋 copy color: '#B19362'

red 177 ◦ green 147 ◦ blue 98

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

Shades of Barley Corn #B19362

Tints of Barley Corn #B19362

RGB

 RED value IS 177 (69.53% from 255) = 41.94%

 GREEN value IS 147 (57.81% from 255) = 34.83%

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

R = 41.94%
G = 34.83%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B19362 (or 0xB19362) is known color: Barley Corn. HEX triplet: B1, 93 and 62. RGB value is (177,147,98). Sum of RGB (Red+Green+Blue) = 177+147+98=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19362 is #4E6C9D. Grayscale: #969696. Windows color (decimal): -5139614 or 6460337. OLE color: 6460337.

HSL color Cylindrical-coordinate representation of color #B19362: hue angle of 37.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B19362 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 147 98 -
CMYK 0 0.17 0.45 0.31
HSL 37.22º 0.34% 0.54% -
HSV(B) 37.22º 0.45% 0.69% -
XYZ 30.77 31.1 15.94 -
YUV 150.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 177 147 98 0 0.17 0.45 0.31 37.22 0.34 0.54
Hex B1 93 62 0 11 2D 1F 25 22 36
Octal 261 223 142 0 21 55 37 45 42 66
Binary 10110001 10010011 1100010 0 10001 101101 11111 100101 100010 110110

Color Harmonies of #B19362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19362

Black with #B19362

Text Example


Text Example

White with #B19362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19362; }

 p { color: rgb(177,147,98); }

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

background-color css

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

 a { background-color: rgb(177,147,98); }

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

border-color css

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

 span { border-color: rgb(177,147,98); }

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