Html Css Color HEX #BD551C Fiery Orange

📋 copy color: '#BD551C'

red 189 ◦ green 85 ◦ blue 28

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

Shades of Fiery Orange #BD551C

Tints of Fiery Orange #BD551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 62.58%
G = 28.15%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD551C (or 0xBD551C) is known color: Fiery Orange. HEX triplet: BD, 55 and 1C. RGB value is (189,85,28). Sum of RGB (Red+Green+Blue) = 189+85+28=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD551C is #42AAE3. Grayscale: #6D6D6D. Windows color (decimal): -4369124 or 1856957. OLE color: 1856957.

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

Color convert

RGB 189 85 28 -
CMYK 0 0.55 0.85 0.26
HSL 21.24º 0.74% 0.43% -
HSV(B) 21.24º 0.85% 0.74% -
XYZ 24.44 17.4 3.17 -
YUV 109.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 189 85 28 0 0.55 0.85 0.26 21.24 0.74 0.43
Hex BD 55 1C 0 37 55 1A 15 4A 2B
Octal 275 125 34 0 67 125 32 25 112 53
Binary 10111101 1010101 11100 0 110111 1010101 11010 10101 1001010 101011

Color Harmonies of #BD551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD551C

Black with #BD551C

Text Example


Text Example

White with #BD551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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