#BD542A

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

Shades of Fiery Orange #BD542A

Tints of Fiery Orange #BD542A

Color information

#BD542A (or 0xBD542A) is unknown color: approx Fiery Orange. HEX triplet: BD, 54 and 2A. RGB value is (189,84,42). Sum of RGB (Red+Green+Blue) = 189+84+42=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD542A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD542A is #42ABD5. Grayscale: #6E6E6E. Windows color (decimal): -4369366 or 2774205. OLE color: 2774205.

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

Color convert

RGB1898442-
CMYK00.560.780.26
HSL17.14º63.64%45.29%-
HSV(B)17.14º77.78%74.12%-
XYZ24.5717.334.24-
YUV110.6189.29183.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=60%
G=26.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189844200.560.780.2617.1463.6445.29
HexBD542A0384E1A11402d
Octal27512452070116322110055
Binary1011110110101001010100111000100111011010100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD542A; }

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

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

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

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

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

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

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

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