#B75748

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

Shades of Flame Pea #B75748

Tints of Flame Pea #B75748

Color information

#B75748 (or 0xB75748) is unknown color: approx Flame Pea. HEX triplet: B7, 57 and 48. RGB value is (183,87,72). Sum of RGB (Red+Green+Blue) = 183+87+72=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B75748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75748 is #48A8B7. Grayscale: #727272. Windows color (decimal): -4761784 or 4741047. OLE color: 4741047.

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

Color convert

RGB1838772-
CMYK00.520.610.28
HSL8.11º43.53%50%-
HSV(B)8.11º60.66%71.76%-
XYZ24.1117.358.21-
YUV113.99104.3177.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=53.51%
G=25.44%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183877200.520.610.288.1143.5350
HexB757480343D1C82c32
Octal2671271100647534105462
Binary10110111101011110010000110100111101111001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75748; }

 p { color: rgb(183,87,72); }

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

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

 a { background-color: rgb(183,87,72); }

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

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

 span { border-color: rgb(183,87,72); }

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