Html Css Color HEX #BD521E Fiery Orange

📋 copy color: '#BD521E'

red 189 ◦ green 82 ◦ blue 30

#BD521E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #BD521E

Tints of Fiery Orange #BD521E

RGB

 RED value IS 189 (74.22% from 255) = 62.79%

 GREEN value IS 82 (32.42% from 255) = 27.24%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 62.79%
G = 27.24%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD521E (or 0xBD521E) is known color: Fiery Orange. HEX triplet: BD, 52 and 1E. RGB value is (189,82,30). Sum of RGB (Red+Green+Blue) = 189+82+30=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD521E is #42ADE1. Grayscale: #6C6C6C. Windows color (decimal): -4369890 or 1987261. OLE color: 1987261.

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

Color convert

RGB 189 82 30 -
CMYK 0 0.57 0.84 0.26
HSL 19.62º 0.73% 0.43% -
HSV(B) 19.62º 0.84% 0.74% -
XYZ 24.24 16.95 3.22 -
YUV 108.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 189 82 30 0 0.57 0.84 0.26 19.62 0.73 0.43
Hex BD 52 1E 0 39 54 1A 14 49 2B
Octal 275 122 36 0 71 124 32 24 111 53
Binary 10111101 1010010 11110 0 111001 1010100 11010 10100 1001001 101011

Color Harmonies of #BD521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD521E

Black with #BD521E

Text Example


Text Example

White with #BD521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD521E; }

 p { color: rgb(189,82,30); }

 H1.HeaderClassName
 {
   color: #BD521E;
 }
 .AnyTagClassName
 {
   color: #BD521E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,82,30); }

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

border-color css

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

 span { border-color: rgb(189,82,30); }

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