Html Css Color HEX #BB541C Fiery Orange

📋 copy color: '#BB541C'

red 187 ◦ green 84 ◦ blue 28

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

Shades of Fiery Orange #BB541C

Tints of Fiery Orange #BB541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 62.54%
G = 28.09%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB541C (or 0xBB541C) is known color: Fiery Orange. HEX triplet: BB, 54 and 1C. RGB value is (187,84,28). Sum of RGB (Red+Green+Blue) = 187+84+28=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB541C is #44ABE3. Grayscale: #6C6C6C. Windows color (decimal): -4500452 or 1856699. OLE color: 1856699.

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

Color convert

RGB 187 84 28 -
CMYK 0 0.55 0.85 0.27
HSL 21.13º 0.74% 0.42% -
HSV(B) 21.13º 0.85% 0.73% -
XYZ 23.87 16.99 3.12 -
YUV 108.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 187 84 28 0 0.55 0.85 0.27 21.13 0.74 0.42
Hex BB 54 1C 0 37 55 1B 15 4A 2A
Octal 273 124 34 0 67 125 33 25 112 52
Binary 10111011 1010100 11100 0 110111 1010101 11011 10101 1001010 101010

Color Harmonies of #BB541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB541C

Black with #BB541C

Text Example


Text Example

White with #BB541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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