#BD6341

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

Shades of Flame Pea #BD6341

Tints of Flame Pea #BD6341

Color information

#BD6341 (or 0xBD6341) is unknown color: approx Flame Pea. HEX triplet: BD, 63 and 41. RGB value is (189,99,65). Sum of RGB (Red+Green+Blue) = 189+99+65=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6341 is #429CBE. Grayscale: #7A7A7A. Windows color (decimal): -4365503 or 4285373. OLE color: 4285373.

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

Color convert

RGB1899965-
CMYK00.480.660.26
HSL16.45º48.82%49.8%-
HSV(B)16.45º65.61%74.12%-
XYZ26.420.127.49-
YUV122.0395.82175.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=53.54%
G=28.05%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189996500.480.660.2616.4548.8249.8
HexBD6341030421A103132
Octal27514310106010232206162
Binary1011110111000111000001011000010000101101010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6341; }

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

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

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

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

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

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

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

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