Html Css Color HEX #BB571C Fiery Orange

📋 copy color: '#BB571C'

red 187 ◦ green 87 ◦ blue 28

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

Shades of Fiery Orange #BB571C

Tints of Fiery Orange #BB571C

RGB

 RED value IS 187 (73.44% from 255) = 61.92%

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

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

R = 61.92%
G = 28.81%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB571C (or 0xBB571C) is known color: Fiery Orange. HEX triplet: BB, 57 and 1C. RGB value is (187,87,28). Sum of RGB (Red+Green+Blue) = 187+87+28=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB571C is #44A8E3. Grayscale: #6E6E6E. Windows color (decimal): -4499684 or 1857467. OLE color: 1857467.

HSL color Cylindrical-coordinate representation of color #BB571C: hue angle of 22.26º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB571C is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 87 28 -
CMYK 0 0.53 0.85 0.27
HSL 22.26º 0.74% 0.42% -
HSV(B) 22.26º 0.85% 0.73% -
XYZ 24.11 17.47 3.2 -
YUV 110.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 187 87 28 0 0.53 0.85 0.27 22.26 0.74 0.42
Hex BB 57 1C 0 35 55 1B 16 4A 2A
Octal 273 127 34 0 65 125 33 26 112 52
Binary 10111011 1010111 11100 0 110101 1010101 11011 10110 1001010 101010

Color Harmonies of #BB571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB571C

Black with #BB571C

Text Example


Text Example

White with #BB571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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