Html Css Color HEX #B19062 Barley Corn

📋 copy color: '#B19062'

red 177 ◦ green 144 ◦ blue 98

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

Shades of Barley Corn #B19062

Tints of Barley Corn #B19062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

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

R = 42.24%
G = 34.37%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B19062 (or 0xB19062) is known color: Barley Corn. HEX triplet: B1, 90 and 62. RGB value is (177,144,98). Sum of RGB (Red+Green+Blue) = 177+144+98=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B19062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19062 is #4E6F9D. Grayscale: #949494. Windows color (decimal): -5140382 or 6459569. OLE color: 6459569.

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

Color convert

RGB 177 144 98 -
CMYK 0 0.19 0.45 0.31
HSL 34.94º 0.34% 0.54% -
HSV(B) 34.94º 0.45% 0.69% -
XYZ 30.31 30.18 15.78 -
YUV 148.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 177 144 98 0 0.19 0.45 0.31 34.94 0.34 0.54
Hex B1 90 62 0 13 2D 1F 23 22 36
Octal 261 220 142 0 23 55 37 43 42 66
Binary 10110001 10010000 1100010 0 10011 101101 11111 100011 100010 110110

Color Harmonies of #B19062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19062

Black with #B19062

Text Example


Text Example

White with #B19062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19062; }

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

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

background-color css

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

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

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

border-color css

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

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

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