#BB674E

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

Shades of Flame Pea #BB674E

Tints of Flame Pea #BB674E

Color information

#BB674E (or 0xBB674E) is unknown color: approx Flame Pea. HEX triplet: BB, 67 and 4E. RGB value is (187,103,78). Sum of RGB (Red+Green+Blue) = 187+103+78=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB674E is #4498B1. Grayscale: #7D7D7D. Windows color (decimal): -4495538 or 5138363. OLE color: 5138363.

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

Color convert

RGB18710378-
CMYK00.450.580.27
HSL13.76º44.49%51.96%-
HSV(B)13.76º58.29%73.33%-
XYZ26.7220.829.82-
YUV125.27101.33172.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=50.82%
G=27.99%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871037800.450.580.2713.7644.4951.96
HexBB674E02D3A1Be2c34
Octal2731471160557233165464
Binary10111011110011110011100101101111010110111110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB674E; }

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

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

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

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

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

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

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

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