#B75A46

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

Shades of Flame Pea #B75A46

Tints of Flame Pea #B75A46

Color information

#B75A46 (or 0xB75A46) is unknown color: approx Flame Pea. HEX triplet: B7, 5A and 46. RGB value is (183,90,70). Sum of RGB (Red+Green+Blue) = 183+90+70=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A46 is #48A5B9. Grayscale: #737373. Windows color (decimal): -4761018 or 4610743. OLE color: 4610743.

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

Color convert

RGB1839070-
CMYK00.510.620.28
HSL10.62º44.66%49.61%-
HSV(B)10.62º61.75%71.76%-
XYZ24.2917.827.95-
YUV115.53102.31176.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=53.35%
G=26.24%
B=20.41%

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
Decimal183907000.510.620.2810.6244.6649.61
HexB75A460333E1Cb2d32
Octal2671321060637634135562
Binary10110111101101010001100110011111110111001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A46; }

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

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

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

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

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

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

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

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