#B9614B

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

Shades of Flame Pea #B9614B

Tints of Flame Pea #B9614B

Color information

#B9614B (or 0xB9614B) is unknown color: approx Flame Pea. HEX triplet: B9, 61 and 4B. RGB value is (185,97,75). Sum of RGB (Red+Green+Blue) = 185+97+75=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9614B is #469EB4. Grayscale: #787878. Windows color (decimal): -4628149 or 4940217. OLE color: 4940217.

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

Color convert

RGB1859775-
CMYK00.480.590.27
HSL12º44%50.98%-
HSV(B)12º59.46%72.55%-
XYZ25.5519.379.05-
YUV120.8102.15173.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=51.82%
G=27.17%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185977500.480.590.27124450.98
HexB9614B0303B1Bc2c33
Octal2711411130607333145463
Binary10111001110000110010110110000111011110111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9614B; }

 p { color: rgb(185,97,75); }

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

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

 a { background-color: rgb(185,97,75); }

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

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

 span { border-color: rgb(185,97,75); }

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