#BD604B

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

Shades of Flame Pea #BD604B

Tints of Flame Pea #BD604B

Color information

#BD604B (or 0xBD604B) is unknown color: approx Flame Pea. HEX triplet: BD, 60 and 4B. RGB value is (189,96,75). Sum of RGB (Red+Green+Blue) = 189+96+75=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD604B is #429FB4. Grayscale: #797979. Windows color (decimal): -4366261 or 4939965. OLE color: 4939965.

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

Color convert

RGB1899675-
CMYK00.490.600.26
HSL11.05º46.34%51.76%-
HSV(B)11.05º60.32%74.12%-
XYZ26.4419.699.06-
YUV121.41101.81176.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=52.5%
G=26.67%
B=20.83%

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
Decimal189967500.490.600.2611.0546.3451.76
HexBD604B0313C1Ab2e34
Octal2751401130617432135664
Binary10111101110000010010110110001111100110101011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD604B; }

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

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

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

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

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

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

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

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