Html Css Color HEX #BD5125 Fiery Orange

📋 copy color: '#BD5125'

red 189 ◦ green 81 ◦ blue 37

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

Shades of Fiery Orange #BD5125

Tints of Fiery Orange #BD5125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 61.56%
G = 26.38%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD5125 (or 0xBD5125) is known color: Fiery Orange. HEX triplet: BD, 51 and 25. RGB value is (189,81,37). Sum of RGB (Red+Green+Blue) = 189+81+37=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5125 is #42AEDA. Grayscale: #6C6C6C. Windows color (decimal): -4370139 or 2445757. OLE color: 2445757.

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

Color convert

RGB 189 81 37 -
CMYK 0 0.57 0.80 0.26
HSL 17.37º 0.67% 0.44% -
HSV(B) 17.37º 0.8% 0.74% -
XYZ 24.26 16.84 3.72 -
YUV 108.28 87.78 185.58 -
System Red Green Blue C M Y K H S L
Decimal 189 81 37 0 0.57 0.80 0.26 17.37 0.67 0.44
Hex BD 51 25 0 39 50 1A 11 43 2C
Octal 275 121 45 0 71 120 32 21 103 54
Binary 10111101 1010001 100101 0 111001 1010000 11010 10001 1000011 101100

Color Harmonies of #BD5125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5125

Black with #BD5125

Text Example


Text Example

White with #BD5125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5125; }

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

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

background-color css

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

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

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

border-color css

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

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

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