Html Css Color HEX #BD5720 Fiery Orange

📋 copy color: '#BD5720'

red 189 ◦ green 87 ◦ blue 32

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

Shades of Fiery Orange #BD5720

Tints of Fiery Orange #BD5720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 61.36%
G = 28.25%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD5720 (or 0xBD5720) is known color: Fiery Orange. HEX triplet: BD, 57 and 20. RGB value is (189,87,32). Sum of RGB (Red+Green+Blue) = 189+87+32=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5720 is #42A8DF. Grayscale: #6F6F6F. Windows color (decimal): -4368608 or 2119613. OLE color: 2119613.

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

Color convert

RGB 189 87 32 -
CMYK 0 0.54 0.83 0.26
HSL 21.02º 0.71% 0.43% -
HSV(B) 21.02º 0.83% 0.74% -
XYZ 24.66 17.74 3.49 -
YUV 111.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 189 87 32 0 0.54 0.83 0.26 21.02 0.71 0.43
Hex BD 57 20 0 36 53 1A 15 47 2B
Octal 275 127 40 0 66 123 32 25 107 53
Binary 10111101 1010111 100000 0 110110 1010011 11010 10101 1000111 101011

Color Harmonies of #BD5720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5720

Black with #BD5720

Text Example


Text Example

White with #BD5720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5720; }

 p { color: rgb(189,87,32); }

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

background-color css

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

 a { background-color: rgb(189,87,32); }

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

border-color css

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

 span { border-color: rgb(189,87,32); }

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