Html Css Color HEX #BD5729 Fiery Orange

📋 copy color: '#BD5729'

red 189 ◦ green 87 ◦ blue 41

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

Shades of Fiery Orange #BD5729

Tints of Fiery Orange #BD5729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 59.62%
G = 27.44%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD5729 (or 0xBD5729) is known color: Fiery Orange. HEX triplet: BD, 57 and 29. RGB value is (189,87,41). Sum of RGB (Red+Green+Blue) = 189+87+41=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5729 is #42A8D6. Grayscale: #707070. Windows color (decimal): -4368599 or 2709437. OLE color: 2709437.

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

Color convert

RGB 189 87 41 -
CMYK 0 0.54 0.78 0.26
HSL 18.65º 0.64% 0.45% -
HSV(B) 18.65º 0.78% 0.74% -
XYZ 24.79 17.8 4.23 -
YUV 112.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 189 87 41 0 0.54 0.78 0.26 18.65 0.64 0.45
Hex BD 57 29 0 36 4E 1A 13 40 2D
Octal 275 127 51 0 66 116 32 23 100 55
Binary 10111101 1010111 101001 0 110110 1001110 11010 10011 1000000 101101

Color Harmonies of #BD5729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5729

Black with #BD5729

Text Example


Text Example

White with #BD5729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5729; }

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

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

background-color css

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

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

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

border-color css

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

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

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