#BD684B

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

Shades of Flame Pea #BD684B

Tints of Flame Pea #BD684B

Color information

#BD684B (or 0xBD684B) is unknown color: approx Flame Pea. HEX triplet: BD, 68 and 4B. RGB value is (189,104,75). Sum of RGB (Red+Green+Blue) = 189+104+75=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD684B is #4297B4. Grayscale: #7E7E7E. Windows color (decimal): -4364213 or 4942013. OLE color: 4942013.

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

Color convert

RGB18910475-
CMYK00.450.600.26
HSL15.26º46.34%51.76%-
HSV(B)15.26º60.32%74.12%-
XYZ27.2121.239.32-
YUV126.1199.16172.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=51.36%
G=28.26%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891047500.450.600.2615.2646.3451.76
HexBD684B02D3C1Af2e34
Octal2751501130557432175664
Binary10111101110100010010110101101111100110101111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD684B; }

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

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

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

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

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

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

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

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