#B19768

Color #B19768 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B19768

Tints of Barley Corn #B19768

Color information

#B19768 (or 0xB19768) is unknown color: approx Barley Corn. HEX triplet: B1, 97 and 68. RGB value is (177,151,104). Sum of RGB (Red+Green+Blue) = 177+151+104=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B19768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19768 is #4E6897. Grayscale: #999999. Windows color (decimal): -5138584 or 6854577. OLE color: 6854577.

HSL color Cylindrical-coordinate representation of color #B19768: hue angle of 38.63º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B19768 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB177151104-
CMYK00.150.410.31
HSL38.63º31.88%55.1%-
HSV(B)38.63º41.24%69.41%-
XYZ31.732.4817.7-
YUV153.42100.11144.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=40.97%
G=34.95%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715110400.150.410.3138.6331.8855.1
HexB197680F291F272037
Octal2612271500175137474067
Binary101100011001011111010000111110100111111100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19768; }

 p { color: rgb(177,151,104); }

 H1.HeaderClassName
 {
   color: #B19768;
 }
 .AnyTagClassName
 {
   color: #B19768;
 }
</style>
background-color css

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

 a { background-color: rgb(177,151,104); }

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

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

 span { border-color: rgb(177,151,104); }

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