#BD6751

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

Shades of Flame Pea #BD6751

Tints of Flame Pea #BD6751

Color information

#BD6751 (or 0xBD6751) is unknown color: approx Flame Pea. HEX triplet: BD, 67 and 51. RGB value is (189,103,81). Sum of RGB (Red+Green+Blue) = 189+103+81=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6751 is #4298AE. Grayscale: #7E7E7E. Windows color (decimal): -4364463 or 5334973. OLE color: 5334973.

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

Color convert

RGB18910381-
CMYK00.460.570.26
HSL12.22º45%52.94%-
HSV(B)12.22º57.14%74.12%-
XYZ27.3221.1110.42-
YUV126.21102.49172.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=50.67%
G=27.61%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891038100.460.570.2612.224552.94
HexBD675102E391Ac2d35
Octal2751471210567132145565
Binary10111101110011110100010101110111001110101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6751; }

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

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

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

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

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

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

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

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