Html Css Color HEX #BD561E Fiery Orange

📋 copy color: '#BD561E'

red 189 ◦ green 86 ◦ blue 30

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

Shades of Fiery Orange #BD561E

Tints of Fiery Orange #BD561E

RGB

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

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

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

R = 61.97%
G = 28.2%
B = 9.84%

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

#BD561E (or 0xBD561E) is known color: Fiery Orange. HEX triplet: BD, 56 and 1E. RGB value is (189,86,30). Sum of RGB (Red+Green+Blue) = 189+86+30=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD561E is #42A9E1. Grayscale: #6E6E6E. Windows color (decimal): -4368866 or 1988285. OLE color: 1988285.

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

Color convert

RGB 189 86 30 -
CMYK 0 0.54 0.84 0.26
HSL 21.13º 0.73% 0.43% -
HSV(B) 21.13º 0.84% 0.74% -
XYZ 24.55 17.57 3.33 -
YUV 110.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 189 86 30 0 0.54 0.84 0.26 21.13 0.73 0.43
Hex BD 56 1E 0 36 54 1A 15 49 2B
Octal 275 126 36 0 66 124 32 25 111 53
Binary 10111101 1010110 11110 0 110110 1010100 11010 10101 1001001 101011

Color Harmonies of #BD561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD561E

Black with #BD561E

Text Example


Text Example

White with #BD561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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