#BD6745

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

Shades of Flame Pea #BD6745

Tints of Flame Pea #BD6745

Color information

#BD6745 (or 0xBD6745) is unknown color: approx Flame Pea. HEX triplet: BD, 67 and 45. RGB value is (189,103,69). Sum of RGB (Red+Green+Blue) = 189+103+69=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6745 is #4298BA. Grayscale: #7D7D7D. Windows color (decimal): -4364475 or 4548541. OLE color: 4548541.

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

Color convert

RGB18910369-
CMYK00.460.630.26
HSL17º47.62%50.59%-
HSV(B)17º63.49%74.12%-
XYZ26.9120.958.26-
YUV124.8496.49173.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=52.35%
G=28.53%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891036900.460.630.261747.6250.59
HexBD674502E3F1A113033
Octal2751471050567732216063
Binary101111011100111100010101011101111111101010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6745; }

 p { color: rgb(189,103,69); }

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

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

 a { background-color: rgb(189,103,69); }

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

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

 span { border-color: rgb(189,103,69); }

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