#BD5826

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

Shades of Fiery Orange #BD5826

Tints of Fiery Orange #BD5826

Color information

#BD5826 (or 0xBD5826) is unknown color: approx Fiery Orange. HEX triplet: BD, 58 and 26. RGB value is (189,88,38). Sum of RGB (Red+Green+Blue) = 189+88+38=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5826 is #42A7D9. Grayscale: #707070. Windows color (decimal): -4368346 or 2513085. OLE color: 2513085.

HSL color Cylindrical-coordinate representation of color #BD5826: hue angle of 19.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD5826 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1898838-
CMYK00.530.800.26
HSL19.87º66.52%44.51%-
HSV(B)19.87º79.89%74.12%-
XYZ24.8317.943.99-
YUV112.585.96182.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=60%
G=27.94%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189883800.530.800.2619.8766.5244.51
HexBD5826035501A14432d
Octal27513046065120322410355
Binary1011110110110001001100110101101000011010101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5826; }

 p { color: rgb(189,88,38); }

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

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

 a { background-color: rgb(189,88,38); }

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

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

 span { border-color: rgb(189,88,38); }

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