#B1956B

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

Shades of Barley Corn #B1956B

Tints of Barley Corn #B1956B

Color information

#B1956B (or 0xB1956B) is unknown color: approx Barley Corn. HEX triplet: B1, 95 and 6B. RGB value is (177,149,107). Sum of RGB (Red+Green+Blue) = 177+149+107=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1956B is #4E6A94. Grayscale: #989898. Windows color (decimal): -5139093 or 7050673. OLE color: 7050673.

HSL color Cylindrical-coordinate representation of color #B1956B: hue angle of 36º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1956B is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB177149107-
CMYK00.160.400.31
HSL36º30.97%55.69%-
HSV(B)36º39.55%69.41%-
XYZ31.5331.918.41-
YUV152.58102.28145.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 107 (42.19% from 255) = 24.71%
R=40.88%
G=34.41%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714910700.160.400.313630.9755.69
HexB1956B010281F241f38
Octal2612251530205037443770
Binary101100011001010111010110100001010001111110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1956B; }

 p { color: rgb(177,149,107); }

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

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

 a { background-color: rgb(177,149,107); }

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

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

 span { border-color: rgb(177,149,107); }

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