#B76354

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

Shades of Flame Pea #B76354

Tints of Flame Pea #B76354

Color information

#B76354 (or 0xB76354) is unknown color: approx Flame Pea. HEX triplet: B7, 63 and 54. RGB value is (183,99,84). Sum of RGB (Red+Green+Blue) = 183+99+84=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B76354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76354 is #489CAB. Grayscale: #7A7A7A. Windows color (decimal): -4758700 or 5530551. OLE color: 5530551.

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

Color convert

RGB1839984-
CMYK00.460.540.28
HSL9.09º40.74%52.35%-
HSV(B)9.09º54.1%71.76%-
XYZ25.5919.6310.83-
YUV122.41106.33171.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=50%
G=27.05%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183998400.460.540.289.0940.7452.35
HexB7635402E361C92934
Octal2671431240566634115164
Binary10110111110001110101000101110110110111001001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76354; }

 p { color: rgb(183,99,84); }

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

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

 a { background-color: rgb(183,99,84); }

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

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

 span { border-color: rgb(183,99,84); }

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