#B75A45

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

Shades of Flame Pea #B75A45

Tints of Flame Pea #B75A45

Color information

#B75A45 (or 0xB75A45) is unknown color: approx Flame Pea. HEX triplet: B7, 5A and 45. RGB value is (183,90,69). Sum of RGB (Red+Green+Blue) = 183+90+69=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A45 is #48A5BA. Grayscale: #737373. Windows color (decimal): -4761019 or 4545207. OLE color: 4545207.

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

Color convert

RGB1839069-
CMYK00.510.620.28
HSL11.05º45.24%49.41%-
HSV(B)11.05º62.3%71.76%-
XYZ24.2617.817.79-
YUV115.41101.81176.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=53.51%
G=26.32%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183906900.510.620.2811.0545.2449.41
HexB75A450333E1Cb2d31
Octal2671321050637634135561
Binary10110111101101010001010110011111110111001011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A45; }

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

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

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

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

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

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

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

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