#B65034

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

Shades of Grenadier #B65034

Tints of Grenadier #B65034

Color information

#B65034 (or 0xB65034) is unknown color: approx Grenadier. HEX triplet: B6, 50 and 34. RGB value is (182,80,52). Sum of RGB (Red+Green+Blue) = 182+80+52=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B65034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65034 is #49AFCB. Grayscale: #6B6B6B. Windows color (decimal): -4829132 or 3428534. OLE color: 3428534.

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

Color convert

RGB1828052-
CMYK00.560.710.29
HSL12.92º55.56%45.88%-
HSV(B)12.92º71.43%71.37%-
XYZ22.7815.935.12-
YUV107.3196.79181.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.96%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=57.96%
G=25.48%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182805200.560.710.2912.9255.5645.88
HexB65034038471Dd382e
Octal2661206407010735157056
Binary10110110101000011010001110001000111111011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65034; }

 p { color: rgb(182,80,52); }

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

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

 a { background-color: rgb(182,80,52); }

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

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

 span { border-color: rgb(182,80,52); }

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