#B9674E

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

Shades of Flame Pea #B9674E

Tints of Flame Pea #B9674E

Color information

#B9674E (or 0xB9674E) is unknown color: approx Flame Pea. HEX triplet: B9, 67 and 4E. RGB value is (185,103,78). Sum of RGB (Red+Green+Blue) = 185+103+78=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9674E is #4698B1. Grayscale: #7C7C7C. Windows color (decimal): -4626610 or 5138361. OLE color: 5138361.

HSL color Cylindrical-coordinate representation of color #B9674E: hue angle of 14.02º degrees, saturation: 0.43, 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 #B9674E is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18510378-
CMYK00.440.580.27
HSL14.02º43.32%51.57%-
HSV(B)14.02º57.84%72.55%-
XYZ26.2320.569.79-
YUV124.67101.67171.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=50.55%
G=28.14%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851037800.440.580.2714.0243.3251.57
HexB9674E02C3A1Be2b34
Octal2711471160547233165364
Binary10111001110011110011100101100111010110111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9674E; }

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

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

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

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

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

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

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

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