Html Css Color HEX #BB551D Fiery Orange

📋 copy color: '#BB551D'

red 187 ◦ green 85 ◦ blue 29

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

Shades of Fiery Orange #BB551D

Tints of Fiery Orange #BB551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 62.13%
G = 28.24%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB551D (or 0xBB551D) is known color: Fiery Orange. HEX triplet: BB, 55 and 1D. RGB value is (187,85,29). Sum of RGB (Red+Green+Blue) = 187+85+29=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB551D is #44AAE2. Grayscale: #6D6D6D. Windows color (decimal): -4500195 or 1922491. OLE color: 1922491.

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

Color convert

RGB 187 85 29 -
CMYK 0 0.55 0.84 0.27
HSL 21.27º 0.73% 0.42% -
HSV(B) 21.27º 0.84% 0.73% -
XYZ 23.96 17.15 3.21 -
YUV 109.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 187 85 29 0 0.55 0.84 0.27 21.27 0.73 0.42
Hex BB 55 1D 0 37 54 1B 15 49 2A
Octal 273 125 35 0 67 124 33 25 111 52
Binary 10111011 1010101 11101 0 110111 1010100 11011 10101 1001001 101010

Color Harmonies of #BB551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB551D

Black with #BB551D

Text Example


Text Example

White with #BB551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB551D; }

 p { color: rgb(187,85,29); }

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

background-color css

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

 a { background-color: rgb(187,85,29); }

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

border-color css

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

 span { border-color: rgb(187,85,29); }

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