#B8674E

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

Shades of Flame Pea #B8674E

Tints of Flame Pea #B8674E

Color information

#B8674E (or 0xB8674E) is unknown color: approx Flame Pea. HEX triplet: B8, 67 and 4E. RGB value is (184,103,78). Sum of RGB (Red+Green+Blue) = 184+103+78=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8674E is #4798B1. Grayscale: #7C7C7C. Windows color (decimal): -4692146 or 5138360. OLE color: 5138360.

HSL color Cylindrical-coordinate representation of color #B8674E: hue angle of 14.15º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8674E is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18410378-
CMYK00.440.580.28
HSL14.15º42.74%51.37%-
HSV(B)14.15º57.61%72.16%-
XYZ25.9920.449.78-
YUV124.37101.84170.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.41%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=50.41%
G=28.22%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841037800.440.580.2814.1542.7451.37
HexB8674E02C3A1Ce2b33
Octal2701471160547234165363
Binary10111000110011110011100101100111010111001110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8674E; }

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

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

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

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

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

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

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

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