Html Css Color HEX #BD5725 Fiery Orange

📋 copy color: '#BD5725'

red 189 ◦ green 87 ◦ blue 37

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

Shades of Fiery Orange #BD5725

Tints of Fiery Orange #BD5725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 60.38%
G = 27.8%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD5725 (or 0xBD5725) is known color: Fiery Orange. HEX triplet: BD, 57 and 25. RGB value is (189,87,37). Sum of RGB (Red+Green+Blue) = 189+87+37=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5725 is #42A8DA. Grayscale: #707070. Windows color (decimal): -4368603 or 2447293. OLE color: 2447293.

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

Color convert

RGB 189 87 37 -
CMYK 0 0.54 0.80 0.26
HSL 19.74º 0.67% 0.44% -
HSV(B) 19.74º 0.8% 0.74% -
XYZ 24.73 17.77 3.88 -
YUV 111.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 189 87 37 0 0.54 0.80 0.26 19.74 0.67 0.44
Hex BD 57 25 0 36 50 1A 14 43 2C
Octal 275 127 45 0 66 120 32 24 103 54
Binary 10111101 1010111 100101 0 110110 1010000 11010 10100 1000011 101100

Color Harmonies of #BD5725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5725

Black with #BD5725

Text Example


Text Example

White with #BD5725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5725; }

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

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

background-color css

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

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

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

border-color css

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

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

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