#BD5621

Color #BD5621 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BD5621

Tints of Fiery Orange #BD5621

Color information

#BD5621 (or 0xBD5621) is unknown color: approx Fiery Orange. HEX triplet: BD, 56 and 21. RGB value is (189,86,33). Sum of RGB (Red+Green+Blue) = 189+86+33=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5621 is #42A9DE. Grayscale: #6F6F6F. Windows color (decimal): -4368863 or 2184893. OLE color: 2184893.

HSL color Cylindrical-coordinate representation of color #BD5621: hue angle of 20.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD5621 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB1898633-
CMYK00.540.830.26
HSL20.38º70.27%43.53%-
HSV(B)20.38º82.54%74.12%-
XYZ24.5917.583.54-
YUV110.7684.12183.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=61.36%
G=27.92%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189863300.540.830.2620.3870.2743.53
HexBD5621036531A14462c
Octal27512641066123322410654
Binary1011110110101101000010110110101001111010101001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5621; }

 p { color: rgb(189,86,33); }

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

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

 a { background-color: rgb(189,86,33); }

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

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

 span { border-color: rgb(189,86,33); }

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