#BD6848

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

Shades of Flame Pea #BD6848

Tints of Flame Pea #BD6848

Color information

#BD6848 (or 0xBD6848) is unknown color: approx Flame Pea. HEX triplet: BD, 68 and 48. RGB value is (189,104,72). Sum of RGB (Red+Green+Blue) = 189+104+72=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6848 is #4297B7. Grayscale: #7D7D7D. Windows color (decimal): -4364216 or 4745405. OLE color: 4745405.

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

Color convert

RGB18910472-
CMYK00.450.620.26
HSL16.41º46.99%51.18%-
HSV(B)16.41º61.9%74.12%-
XYZ27.1121.198.79-
YUV125.7797.66173.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=51.78%
G=28.49%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891047200.450.620.2616.4146.9951.18
HexBD684802D3E1A102f33
Octal2751501100557632205763
Binary101111011101000100100001011011111101101010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6848; }

 p { color: rgb(189,104,72); }

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

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

 a { background-color: rgb(189,104,72); }

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

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

 span { border-color: rgb(189,104,72); }

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