#B7935A

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

Shades of Barley Corn #B7935A

Tints of Barley Corn #B7935A

Color information

#B7935A (or 0xB7935A) is unknown color: approx Barley Corn. HEX triplet: B7, 93 and 5A. RGB value is (183,147,90). Sum of RGB (Red+Green+Blue) = 183+147+90=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7935A is #486CA5. Grayscale: #979797. Windows color (decimal): -4746406 or 5936055. OLE color: 5936055.

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

Color convert

RGB18314790-
CMYK00.200.510.28
HSL36.77º39.24%53.53%-
HSV(B)36.77º50.82%71.76%-
XYZ31.8131.6714.11-
YUV151.2793.43150.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=43.57%
G=35%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831479000.200.510.2836.7739.2453.53
HexB7935A014331C252736
Octal2672231320246334454766
Binary1011011110010011101101001010011001111100100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7935A; }

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

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

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

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

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

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

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

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