#B75941

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

Shades of Flame Pea #B75941

Tints of Flame Pea #B75941

Color information

#B75941 (or 0xB75941) is unknown color: approx Flame Pea. HEX triplet: B7, 59 and 41. RGB value is (183,89,65). Sum of RGB (Red+Green+Blue) = 183+89+65=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B75941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75941 is #48A6BE. Grayscale: #727272. Windows color (decimal): -4761279 or 4282807. OLE color: 4282807.

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

Color convert

RGB1838965-
CMYK00.510.640.28
HSL12.2º47.58%48.63%-
HSV(B)12.2º64.48%71.76%-
XYZ24.0517.597.13-
YUV114.37100.14176.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=54.30%
G=26.41%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183896500.510.640.2812.247.5848.63
HexB75941033401Cc3031
Octal26713110106310034146061
Binary101101111011001100000101100111000000111001100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75941; }

 p { color: rgb(183,89,65); }

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

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

 a { background-color: rgb(183,89,65); }

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

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

 span { border-color: rgb(183,89,65); }

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