#BD614C

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

Shades of Flame Pea #BD614C

Tints of Flame Pea #BD614C

Color information

#BD614C (or 0xBD614C) is unknown color: approx Flame Pea. HEX triplet: BD, 61 and 4C. RGB value is (189,97,76). Sum of RGB (Red+Green+Blue) = 189+97+76=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD614C is #429EB3. Grayscale: #7A7A7A. Windows color (decimal): -4366004 or 5005757. OLE color: 5005757.

HSL color Cylindrical-coordinate representation of color #BD614C: hue angle of 11.15º 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 #BD614C is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1899776-
CMYK00.490.600.26
HSL11.15º46.12%51.96%-
HSV(B)11.15º59.79%74.12%-
XYZ26.5719.899.28-
YUV122.11101.98175.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.21%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=52.21%
G=26.80%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189977600.490.600.2611.1546.1251.96
HexBD614C0313C1Ab2e34
Octal2751411140617432135664
Binary10111101110000110011000110001111100110101011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD614C; }

 p { color: rgb(189,97,76); }

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

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

 a { background-color: rgb(189,97,76); }

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

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

 span { border-color: rgb(189,97,76); }

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