#B7955B

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

Shades of Barley Corn #B7955B

Tints of Barley Corn #B7955B

Color information

#B7955B (or 0xB7955B) is unknown color: approx Barley Corn. HEX triplet: B7, 95 and 5B. RGB value is (183,149,91). Sum of RGB (Red+Green+Blue) = 183+149+91=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7955B is #486AA4. Grayscale: #989898. Windows color (decimal): -4745893 or 6002103. OLE color: 6002103.

HSL color Cylindrical-coordinate representation of color #B7955B: hue angle of 37.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7955B is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18314991-
CMYK00.190.500.28
HSL37.83º38.98%53.73%-
HSV(B)37.83º50.27%71.76%-
XYZ32.1632.3214.44-
YUV152.5593.26149.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=43.26%
G=35.22%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831499100.190.500.2837.8338.9853.73
HexB7955B013321C262736
Octal2672251330236234464766
Binary1011011110010101101101101001111001011100100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7955B; }

 p { color: rgb(183,149,91); }

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

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

 a { background-color: rgb(183,149,91); }

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

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

 span { border-color: rgb(183,149,91); }

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