Html Css Color HEX #B19663 Barley Corn

📋 copy color: '#B19663'

red 177 ◦ green 150 ◦ blue 99

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

Shades of Barley Corn #B19663

Tints of Barley Corn #B19663

RGB

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

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

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

R = 41.55%
G = 35.21%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B19663 (or 0xB19663) is known color: Barley Corn. HEX triplet: B1, 96 and 63. RGB value is (177,150,99). Sum of RGB (Red+Green+Blue) = 177+150+99=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19663 is #4E699C. Grayscale: #989898. Windows color (decimal): -5138845 or 6526641. OLE color: 6526641.

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

Color convert

RGB 177 150 99 -
CMYK 0 0.15 0.44 0.31
HSL 39.23º 0.33% 0.54% -
HSV(B) 39.23º 0.44% 0.69% -
XYZ 31.29 32.06 16.34 -
YUV 152.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 177 150 99 0 0.15 0.44 0.31 39.23 0.33 0.54
Hex B1 96 63 0 F 2C 1F 27 21 36
Octal 261 226 143 0 17 54 37 47 41 66
Binary 10110001 10010110 1100011 0 1111 101100 11111 100111 100001 110110

Color Harmonies of #B19663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19663

Black with #B19663

Text Example


Text Example

White with #B19663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19663; }

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

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

background-color css

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

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

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

border-color css

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

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

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