Html Css Color HEX #BD571C Fiery Orange

📋 copy color: '#BD571C'

red 189 ◦ green 87 ◦ blue 28

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

Shades of Fiery Orange #BD571C

Tints of Fiery Orange #BD571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 62.17%
G = 28.62%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD571C (or 0xBD571C) is known color: Fiery Orange. HEX triplet: BD, 57 and 1C. RGB value is (189,87,28). Sum of RGB (Red+Green+Blue) = 189+87+28=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD571C is #42A8E3. Grayscale: #6F6F6F. Windows color (decimal): -4368612 or 1857469. OLE color: 1857469.

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

Color convert

RGB 189 87 28 -
CMYK 0 0.54 0.85 0.26
HSL 21.99º 0.74% 0.43% -
HSV(B) 21.99º 0.85% 0.74% -
XYZ 24.6 17.72 3.22 -
YUV 110.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 189 87 28 0 0.54 0.85 0.26 21.99 0.74 0.43
Hex BD 57 1C 0 36 55 1A 16 4A 2B
Octal 275 127 34 0 66 125 32 26 112 53
Binary 10111101 1010111 11100 0 110110 1010101 11010 10110 1001010 101011

Color Harmonies of #BD571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD571C

Black with #BD571C

Text Example


Text Example

White with #BD571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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