#B4905B

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

Shades of Barley Corn #B4905B

Tints of Barley Corn #B4905B

Color information

#B4905B (or 0xB4905B) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 5B. RGB value is (180,144,91). Sum of RGB (Red+Green+Blue) = 180+144+91=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4905B is #4B6FA4. Grayscale: #949494. Windows color (decimal): -4943781 or 6000820. OLE color: 6000820.

HSL color Cylindrical-coordinate representation of color #B4905B: hue angle of 35.73º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4905B is Cyan = 0, Magento = 0.2, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18014491-
CMYK00.20.490.29
HSL35.73º37.24%53.14%-
HSV(B)35.73º49.44%70.59%-
XYZ30.6830.4114.15-
YUV148.7295.43150.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=43.37%
G=34.70%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801449100.20.490.2935.7337.2453.14
HexB4905B014311D242535
Octal2642201330246135444565
Binary1011010010010000101101101010011000111101100100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4905B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4905B; }

 p { color: rgb(180,144,91); }

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

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

 a { background-color: rgb(180,144,91); }

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

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

 span { border-color: rgb(180,144,91); }

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