#B7905A

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

Shades of Barley Corn #B7905A

Tints of Barley Corn #B7905A

Color information

#B7905A (or 0xB7905A) is unknown color: approx Barley Corn. HEX triplet: B7, 90 and 5A. RGB value is (183,144,90). Sum of RGB (Red+Green+Blue) = 183+144+90=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7905A is #486FA5. Grayscale: #959595. Windows color (decimal): -4747174 or 5935287. OLE color: 5935287.

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

Color convert

RGB18314490-
CMYK00.210.510.28
HSL34.84º39.24%53.53%-
HSV(B)34.84º50.82%71.76%-
XYZ31.3530.7513.96-
YUV149.594.42151.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=43.88%
G=34.53%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831449000.210.510.2834.8439.2453.53
HexB7905A015331C232736
Octal2672201320256334434766
Binary1011011110010000101101001010111001111100100011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7905A; }

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

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

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

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

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

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

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

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