#B75D44

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

Shades of Flame Pea #B75D44

Tints of Flame Pea #B75D44

Color information

#B75D44 (or 0xB75D44) is unknown color: approx Flame Pea. HEX triplet: B7, 5D and 44. RGB value is (183,93,68). Sum of RGB (Red+Green+Blue) = 183+93+68=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75D44 is #48A2BB. Grayscale: #757575. Windows color (decimal): -4760252 or 4480439. OLE color: 4480439.

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

Color convert

RGB1839368-
CMYK00.490.630.28
HSL13.04º45.82%49.22%-
HSV(B)13.04º62.84%71.76%-
XYZ24.4918.317.71-
YUV117.06100.32175.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.20%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 68 (26.95% from 255) = 19.77%
R=53.20%
G=27.03%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183936800.490.630.2813.0445.8249.22
HexB75D440313F1Cd2e31
Octal2671351040617734155661
Binary10110111101110110001000110001111111111001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D44; }

 p { color: rgb(183,93,68); }

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

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

 a { background-color: rgb(183,93,68); }

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

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

 span { border-color: rgb(183,93,68); }

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