Html Css Color HEX #B19063 Barley Corn

📋 copy color: '#B19063'

red 177 ◦ green 144 ◦ blue 99

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

Shades of Barley Corn #B19063

Tints of Barley Corn #B19063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.57%

R = 42.14%
G = 34.29%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B19063 (or 0xB19063) is known color: Barley Corn. HEX triplet: B1, 90 and 63. RGB value is (177,144,99). Sum of RGB (Red+Green+Blue) = 177+144+99=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B19063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19063 is #4E6F9C. Grayscale: #949494. Windows color (decimal): -5140381 or 6525105. OLE color: 6525105.

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

Color convert

RGB 177 144 99 -
CMYK 0 0.19 0.44 0.31
HSL 34.62º 0.33% 0.54% -
HSV(B) 34.62º 0.44% 0.69% -
XYZ 30.36 30.19 16.03 -
YUV 148.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 177 144 99 0 0.19 0.44 0.31 34.62 0.33 0.54
Hex B1 90 63 0 13 2C 1F 23 21 36
Octal 261 220 143 0 23 54 37 43 41 66
Binary 10110001 10010000 1100011 0 10011 101100 11111 100011 100001 110110

Color Harmonies of #B19063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19063

Black with #B19063

Text Example


Text Example

White with #B19063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19063; }

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

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

background-color css

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

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

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

border-color css

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

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

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