#B9634B

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

Shades of Flame Pea #B9634B

Tints of Flame Pea #B9634B

Color information

#B9634B (or 0xB9634B) is unknown color: approx Flame Pea. HEX triplet: B9, 63 and 4B. RGB value is (185,99,75). Sum of RGB (Red+Green+Blue) = 185+99+75=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9634B is #469CB4. Grayscale: #7A7A7A. Windows color (decimal): -4627637 or 4940729. OLE color: 4940729.

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

Color convert

RGB1859975-
CMYK00.460.590.27
HSL13.09º44%50.98%-
HSV(B)13.09º59.46%72.55%-
XYZ25.7419.759.11-
YUV121.98101.49172.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=51.53%
G=27.58%
B=20.89%

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
Decimal185997500.460.590.2713.094450.98
HexB9634B02E3B1Bd2c33
Octal2711431130567333155463
Binary10111001110001110010110101110111011110111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9634B; }

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

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

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

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

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

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

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

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