Html Css Color HEX #BD511F Fiery Orange

📋 copy color: '#BD511F'

red 189 ◦ green 81 ◦ blue 31

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

Shades of Fiery Orange #BD511F

Tints of Fiery Orange #BD511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 62.79%
G = 26.91%
B = 10.3%

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

#BD511F (or 0xBD511F) is known color: Fiery Orange. HEX triplet: BD, 51 and 1F. RGB value is (189,81,31). Sum of RGB (Red+Green+Blue) = 189+81+31=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD511F is #42AEE0. Grayscale: #6B6B6B. Windows color (decimal): -4370145 or 2052541. OLE color: 2052541.

HSL color Cylindrical-coordinate representation of color #BD511F: hue angle of 18.99º degrees, saturation: 0.72, 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 #BD511F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 81 31 -
CMYK 0 0.57 0.84 0.26
HSL 18.99º 0.72% 0.43% -
HSV(B) 18.99º 0.84% 0.74% -
XYZ 24.18 16.8 3.27 -
YUV 107.59 84.78 186.07 -
System Red Green Blue C M Y K H S L
Decimal 189 81 31 0 0.57 0.84 0.26 18.99 0.72 0.43
Hex BD 51 1F 0 39 54 1A 13 48 2B
Octal 275 121 37 0 71 124 32 23 110 53
Binary 10111101 1010001 11111 0 111001 1010100 11010 10011 1001000 101011

Color Harmonies of #BD511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD511F

Black with #BD511F

Text Example


Text Example

White with #BD511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD511F; }

 p { color: rgb(189,81,31); }

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

background-color css

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

 a { background-color: rgb(189,81,31); }

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

border-color css

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

 span { border-color: rgb(189,81,31); }

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