#BD541C

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

Shades of Fiery Orange #BD541C

Tints of Fiery Orange #BD541C

Color information

#BD541C (or 0xBD541C) is unknown color: approx Fiery Orange. HEX triplet: BD, 54 and 1C. RGB value is (189,84,28). Sum of RGB (Red+Green+Blue) = 189+84+28=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD541C is #42ABE3. Grayscale: #6D6D6D. Windows color (decimal): -4369380 or 1856701. OLE color: 1856701.

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

Color convert

RGB1898428-
CMYK00.560.850.26
HSL20.87º74.19%42.55%-
HSV(B)20.87º85.19%74.12%-
XYZ24.3717.243.14-
YUV109.0182.29185.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.79%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=62.79%
G=27.91%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189842800.560.850.2620.8774.1942.55
HexBD541C038551A154a2b
Octal27512434070125322511253
Binary101111011010100111000111000101010111010101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD541C; }

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

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

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

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

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

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

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

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