Html Css Color HEX #BD561F Fiery Orange

📋 copy color: '#BD561F'

red 189 ◦ green 86 ◦ blue 31

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

Shades of Fiery Orange #BD561F

Tints of Fiery Orange #BD561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 61.76%
G = 28.1%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD561F (or 0xBD561F) is known color: Fiery Orange. HEX triplet: BD, 56 and 1F. RGB value is (189,86,31). Sum of RGB (Red+Green+Blue) = 189+86+31=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD561F is #42A9E0. Grayscale: #6E6E6E. Windows color (decimal): -4368865 or 2053821. OLE color: 2053821.

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

Color convert

RGB 189 86 31 -
CMYK 0 0.54 0.84 0.26
HSL 20.89º 0.72% 0.43% -
HSV(B) 20.89º 0.84% 0.74% -
XYZ 24.56 17.57 3.39 -
YUV 110.53 83.12 183.97 -
System Red Green Blue C M Y K H S L
Decimal 189 86 31 0 0.54 0.84 0.26 20.89 0.72 0.43
Hex BD 56 1F 0 36 54 1A 15 48 2B
Octal 275 126 37 0 66 124 32 25 110 53
Binary 10111101 1010110 11111 0 110110 1010100 11010 10101 1001000 101011

Color Harmonies of #BD561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD561F

Black with #BD561F

Text Example


Text Example

White with #BD561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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