#BF604C

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

Shades of Flame Pea #BF604C

Tints of Flame Pea #BF604C

Color information

#BF604C (or 0xBF604C) is unknown color: approx Flame Pea. HEX triplet: BF, 60 and 4C. RGB value is (191,96,76). Sum of RGB (Red+Green+Blue) = 191+96+76=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF604C is #409FB3. Grayscale: #7A7A7A. Windows color (decimal): -4235188 or 5005503. OLE color: 5005503.

HSL color Cylindrical-coordinate representation of color #BF604C: hue angle of 10.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF604C is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1919676-
CMYK00.500.600.25
HSL10.43º47.33%52.35%-
HSV(B)10.43º60.21%74.9%-
XYZ26.9719.969.27-
YUV122.12101.97177.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=52.62%
G=26.45%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191967600.500.600.2510.4347.3352.35
HexBF604C0323C19a2f34
Octal2771401140627431125764
Binary10111111110000010011000110010111100110011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF604C; }

 p { color: rgb(191,96,76); }

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

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

 a { background-color: rgb(191,96,76); }

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

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

 span { border-color: rgb(191,96,76); }

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