#B7935C

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

Shades of Barley Corn #B7935C

Tints of Barley Corn #B7935C

Color information

#B7935C (or 0xB7935C) is unknown color: approx Barley Corn. HEX triplet: B7, 93 and 5C. RGB value is (183,147,92). Sum of RGB (Red+Green+Blue) = 183+147+92=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7935C is #486CA3. Grayscale: #979797. Windows color (decimal): -4746404 or 6067127. OLE color: 6067127.

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

Color convert

RGB18314792-
CMYK00.200.500.28
HSL36.26º38.72%53.92%-
HSV(B)36.26º49.73%71.76%-
XYZ31.8931.7114.56-
YUV151.4994.43150.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=43.36%
G=34.83%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831479200.200.500.2836.2638.7253.92
HexB7935C014321C242736
Octal2672231340246234444766
Binary1011011110010011101110001010011001011100100100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7935C; }

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

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

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

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

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

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

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

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