#B75F44

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

Shades of Flame Pea #B75F44

Tints of Flame Pea #B75F44

Color information

#B75F44 (or 0xB75F44) is unknown color: approx Flame Pea. HEX triplet: B7, 5F and 44. RGB value is (183,95,68). Sum of RGB (Red+Green+Blue) = 183+95+68=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F44 is #48A0BB. Grayscale: #767676. Windows color (decimal): -4759740 or 4480951. OLE color: 4480951.

HSL color Cylindrical-coordinate representation of color #B75F44: hue angle of 14.09º 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 #B75F44 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1839568-
CMYK00.480.630.28
HSL14.09º45.82%49.22%-
HSV(B)14.09º62.84%71.76%-
XYZ24.6618.677.77-
YUV118.2399.65174.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=52.89%
G=27.46%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183956800.480.630.2814.0945.8249.22
HexB75F440303F1Ce2e31
Octal2671371040607734165661
Binary10110111101111110001000110000111111111001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F44; }

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

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

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

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

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

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

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

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