#BD634F

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

Shades of Flame Pea #BD634F

Tints of Flame Pea #BD634F

Color information

#BD634F (or 0xBD634F) is unknown color: approx Flame Pea. HEX triplet: BD, 63 and 4F. RGB value is (189,99,79). Sum of RGB (Red+Green+Blue) = 189+99+79=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD634F is #429CB0. Grayscale: #7B7B7B. Windows color (decimal): -4365489 or 5202877. OLE color: 5202877.

HSL color Cylindrical-coordinate representation of color #BD634F: hue angle of 10.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD634F is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB1899979-
CMYK00.480.580.26
HSL10.91º45.45%52.55%-
HSV(B)10.91º58.2%74.12%-
XYZ26.8620.319.9-
YUV123.63102.82174.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.50%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=51.50%
G=26.98%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189997900.480.580.2610.9145.4552.55
HexBD634F0303A1Ab2d35
Octal2751431170607232135565
Binary10111101110001110011110110000111010110101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD634F; }

 p { color: rgb(189,99,79); }

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

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

 a { background-color: rgb(189,99,79); }

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

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

 span { border-color: rgb(189,99,79); }

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