#B9644B

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

Shades of Flame Pea #B9644B

Tints of Flame Pea #B9644B

Color information

#B9644B (or 0xB9644B) is unknown color: approx Flame Pea. HEX triplet: B9, 64 and 4B. RGB value is (185,100,75). Sum of RGB (Red+Green+Blue) = 185+100+75=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9644B is #469BB4. Grayscale: #7A7A7A. Windows color (decimal): -4627381 or 4940985. OLE color: 4940985.

HSL color Cylindrical-coordinate representation of color #B9644B: hue angle of 13.64º 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 #B9644B is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18510075-
CMYK00.460.590.27
HSL13.64º44%50.98%-
HSV(B)13.64º59.46%72.55%-
XYZ25.8319.949.14-
YUV122.56101.16172.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=51.39%
G=27.78%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851007500.460.590.2713.644450.98
HexB9644B02E3B1Be2c33
Octal2711441130567333165463
Binary10111001110010010010110101110111011110111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9644B; }

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

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

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

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

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

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

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

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