#bc664b

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

Shades of Flame Pea #BC664B

Tints of Flame Pea #BC664B

Color information

#BC664B (or 0xBC664B) is unknown color: approx Flame Pea. HEX triplet: BC, 66 and 4B. RGB value is (188,102,75). Sum of RGB (Red+Green+Blue) = 188+102+75=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC664B is #4399B4. Grayscale: #7C7C7C. Windows color (decimal): -4430261 or 4941500. OLE color: 4941500.

HSL color Cylindrical-coordinate representation of color #BC664B: hue angle of 14.34º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC664B is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18810275-
CMYK00.460.600.26
HSL14.34º45.75%51.57%-
HSV(B)14.34º60.11%73.73%-
XYZ26.7620.79.24-
YUV124.6499.99173.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=51.51%
G=27.95%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881027500.460.600.2614.3445.7551.57
HexBC664B02E3C1Ae2e34
Octal2741461130567432165664
Binary10111100110011010010110101110111100110101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc664b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc664b; }

 p { color: rgb(188,102,75); }

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

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

 a { background-color: rgb(188,102,75); }

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

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

 span { border-color: rgb(188,102,75); }

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