#B74F35

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

Shades of Grenadier #B74F35

Tints of Grenadier #B74F35

Color information

#B74F35 (or 0xB74F35) is unknown color: approx Grenadier. HEX triplet: B7, 4F and 35. RGB value is (183,79,53). Sum of RGB (Red+Green+Blue) = 183+79+53=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F35 is #48B0CA. Grayscale: #6B6B6B. Windows color (decimal): -4763851 or 3493815. OLE color: 3493815.

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

Color convert

RGB1837953-
CMYK00.570.710.28
HSL12º55.08%46.27%-
HSV(B)12º71.04%71.76%-
XYZ22.9715.925.23-
YUV107.1397.46182.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=58.10%
G=25.08%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183795300.570.710.281255.0846.27
HexB74F35039471Cc372e
Octal2671176507110734146756
Binary10110111100111111010101110011000111111001100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74F35; }

 p { color: rgb(183,79,53); }

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

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

 a { background-color: rgb(183,79,53); }

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

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

 span { border-color: rgb(183,79,53); }

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