#BD5428

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

Shades of Fiery Orange #BD5428

Tints of Fiery Orange #BD5428

Color information

#BD5428 (or 0xBD5428) is unknown color: approx Fiery Orange. HEX triplet: BD, 54 and 28. RGB value is (189,84,40). Sum of RGB (Red+Green+Blue) = 189+84+40=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5428 is #42ABD7. Grayscale: #6E6E6E. Windows color (decimal): -4369368 or 2643133. OLE color: 2643133.

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

Color convert

RGB1898440-
CMYK00.560.790.26
HSL17.72º65.07%44.9%-
HSV(B)17.72º78.84%74.12%-
XYZ24.5417.314.06-
YUV110.3888.29184.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=60.38%
G=26.84%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189844000.560.790.2617.7265.0744.9
HexBD54280384F1A12412d
Octal27512450070117322210155
Binary1011110110101001010000111000100111111010100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5428; }

 p { color: rgb(189,84,40); }

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

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

 a { background-color: rgb(189,84,40); }

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

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

 span { border-color: rgb(189,84,40); }

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