#B7634A

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

Shades of Flame Pea #B7634A

Tints of Flame Pea #B7634A

Color information

#B7634A (or 0xB7634A) is unknown color: approx Flame Pea. HEX triplet: B7, 63 and 4A. RGB value is (183,99,74). Sum of RGB (Red+Green+Blue) = 183+99+74=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7634A is #489CB5. Grayscale: #797979. Windows color (decimal): -4758710 or 4875191. OLE color: 4875191.

HSL color Cylindrical-coordinate representation of color #B7634A: hue angle of 13.76º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7634A is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1839974-
CMYK00.460.600.28
HSL13.76º43.08%50.39%-
HSV(B)13.76º59.56%71.76%-
XYZ25.2319.498.91-
YUV121.27101.33172.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=51.40%
G=27.81%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183997400.460.600.2813.7643.0850.39
HexB7634A02E3C1Ce2b32
Octal2671431120567434165362
Binary10110111110001110010100101110111100111001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7634A; }

 p { color: rgb(183,99,74); }

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

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

 a { background-color: rgb(183,99,74); }

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

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

 span { border-color: rgb(183,99,74); }

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