#B76453

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

Shades of Flame Pea #B76453

Tints of Flame Pea #B76453

Color information

#B76453 (or 0xB76453) is unknown color: approx Flame Pea. HEX triplet: B7, 64 and 53. RGB value is (183,100,83). Sum of RGB (Red+Green+Blue) = 183+100+83=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B76453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76453 is #489BAC. Grayscale: #7B7B7B. Windows color (decimal): -4758445 or 5465271. OLE color: 5465271.

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

Color convert

RGB18310083-
CMYK00.450.550.28
HSL10.2º40.98%52.16%-
HSV(B)10.2º54.64%71.76%-
XYZ25.6519.8110.65-
YUV122.88105.5170.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=50%
G=27.32%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831008300.450.550.2810.240.9852.16
HexB7645302D371Ca2934
Octal2671441230556734125164
Binary10110111110010010100110101101110111111001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76453; }

 p { color: rgb(183,100,83); }

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

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

 a { background-color: rgb(183,100,83); }

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

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

 span { border-color: rgb(183,100,83); }

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