Html Css Color HEX #BD511E Fiery Orange

📋 copy color: '#BD511E'

red 189 ◦ green 81 ◦ blue 30

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

Shades of Fiery Orange #BD511E

Tints of Fiery Orange #BD511E

RGB

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

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

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

R = 63%
G = 27%
B = 10%

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

#BD511E (or 0xBD511E) is known color: Fiery Orange. HEX triplet: BD, 51 and 1E. RGB value is (189,81,30). Sum of RGB (Red+Green+Blue) = 189+81+30=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD511E is #42AEE1. Grayscale: #6B6B6B. Windows color (decimal): -4370146 or 1987005. OLE color: 1987005.

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

Color convert

RGB 189 81 30 -
CMYK 0 0.57 0.84 0.26
HSL 19.25º 0.73% 0.43% -
HSV(B) 19.25º 0.84% 0.74% -
XYZ 24.16 16.8 3.2 -
YUV 107.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 189 81 30 0 0.57 0.84 0.26 19.25 0.73 0.43
Hex BD 51 1E 0 39 54 1A 13 49 2B
Octal 275 121 36 0 71 124 32 23 111 53
Binary 10111101 1010001 11110 0 111001 1010100 11010 10011 1001001 101011

Color Harmonies of #BD511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD511E

Black with #BD511E

Text Example


Text Example

White with #BD511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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