#BB674C

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

Shades of Flame Pea #BB674C

Tints of Flame Pea #BB674C

Color information

#BB674C (or 0xBB674C) is unknown color: approx Flame Pea. HEX triplet: BB, 67 and 4C. RGB value is (187,103,76). Sum of RGB (Red+Green+Blue) = 187+103+76=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB674C is #4498B3. Grayscale: #7D7D7D. Windows color (decimal): -4495540 or 5007291. OLE color: 5007291.

HSL color Cylindrical-coordinate representation of color #BB674C: hue angle of 14.59º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB674C is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18710376-
CMYK00.450.590.27
HSL14.59º44.94%51.57%-
HSV(B)14.59º59.36%73.33%-
XYZ26.6520.799.45-
YUV125.04100.33172.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=51.09%
G=28.14%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871037600.450.590.2714.5944.9451.57
HexBB674C02D3B1Bf2d34
Octal2731471140557333175564
Binary10111011110011110011000101101111011110111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB674C; }

 p { color: rgb(187,103,76); }

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

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

 a { background-color: rgb(187,103,76); }

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

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

 span { border-color: rgb(187,103,76); }

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