#BD5021

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

Shades of Fiery Orange #BD5021

Tints of Fiery Orange #BD5021

Color information

#BD5021 (or 0xBD5021) is unknown color: approx Fiery Orange. HEX triplet: BD, 50 and 21. RGB value is (189,80,33). Sum of RGB (Red+Green+Blue) = 189+80+33=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5021 is #42AFDE. Grayscale: #6B6B6B. Windows color (decimal): -4370399 or 2183357. OLE color: 2183357.

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

Color convert

RGB1898033-
CMYK00.580.830.26
HSL18.08º70.27%43.53%-
HSV(B)18.08º82.54%74.12%-
XYZ24.1316.673.38-
YUV107.2386.11186.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.58%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=62.58%
G=26.49%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189803300.580.830.2618.0870.2743.53
HexBD502103A531A12462c
Octal27512041072123322210654
Binary1011110110100001000010111010101001111010100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5021; }

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

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

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

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

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

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

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

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