#B7965C

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

Shades of Barley Corn #B7965C

Tints of Barley Corn #B7965C

Color information

#B7965C (or 0xB7965C) is unknown color: approx Barley Corn. HEX triplet: B7, 96 and 5C. RGB value is (183,150,92). Sum of RGB (Red+Green+Blue) = 183+150+92=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7965C is #4869A3. Grayscale: #999999. Windows color (decimal): -4745636 or 6067895. OLE color: 6067895.

HSL color Cylindrical-coordinate representation of color #B7965C: hue angle of 38.24º 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 #B7965C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18315092-
CMYK00.180.500.28
HSL38.24º38.72%53.92%-
HSV(B)38.24º49.73%71.76%-
XYZ32.3732.6514.72-
YUV153.2693.43149.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=43.06%
G=35.29%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831509200.180.500.2838.2438.7253.92
HexB7965C012321C262736
Octal2672261340226234464766
Binary1011011110010110101110001001011001011100100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7965C; }

 p { color: rgb(183,150,92); }

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

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

 a { background-color: rgb(183,150,92); }

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

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

 span { border-color: rgb(183,150,92); }

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