Html Css Color HEX #BD5721 Fiery Orange

📋 copy color: '#BD5721'

red 189 ◦ green 87 ◦ blue 33

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

Shades of Fiery Orange #BD5721

Tints of Fiery Orange #BD5721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 61.17%
G = 28.16%
B = 10.68%

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

#BD5721 (or 0xBD5721) is known color: Fiery Orange. HEX triplet: BD, 57 and 21. RGB value is (189,87,33). Sum of RGB (Red+Green+Blue) = 189+87+33=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5721 is #42A8DE. Grayscale: #6F6F6F. Windows color (decimal): -4368607 or 2185149. OLE color: 2185149.

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

Color convert

RGB 189 87 33 -
CMYK 0 0.54 0.83 0.26
HSL 20.77º 0.7% 0.44% -
HSV(B) 20.77º 0.83% 0.74% -
XYZ 24.67 17.75 3.56 -
YUV 111.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 189 87 33 0 0.54 0.83 0.26 20.77 0.7 0.44
Hex BD 57 21 0 36 53 1A 15 46 2C
Octal 275 127 41 0 66 123 32 25 106 54
Binary 10111101 1010111 100001 0 110110 1010011 11010 10101 1000110 101100

Color Harmonies of #BD5721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5721

Black with #BD5721

Text Example


Text Example

White with #BD5721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5721; }

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

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

background-color css

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

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

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

border-color css

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

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

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