Html Css Color HEX #BB552F Fiery Orange

📋 copy color: '#BB552F'

red 187 ◦ green 85 ◦ blue 47

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

Shades of Fiery Orange #BB552F

Tints of Fiery Orange #BB552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 58.62%
G = 26.65%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB552F (or 0xBB552F) is known color: Fiery Orange. HEX triplet: BB, 55 and 2F. RGB value is (187,85,47). Sum of RGB (Red+Green+Blue) = 187+85+47=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB552F is #44AAD0. Grayscale: #6F6F6F. Windows color (decimal): -4500177 or 3102139. OLE color: 3102139.

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

Color convert

RGB 187 85 47 -
CMYK 0 0.55 0.75 0.27
HSL 16.29º 0.6% 0.46% -
HSV(B) 16.29º 0.75% 0.73% -
XYZ 24.26 17.27 4.74 -
YUV 111.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 187 85 47 0 0.55 0.75 0.27 16.29 0.6 0.46
Hex BB 55 2F 0 37 4B 1B 10 3C 2E
Octal 273 125 57 0 67 113 33 20 74 56
Binary 10111011 1010101 101111 0 110111 1001011 11011 10000 111100 101110

Color Harmonies of #BB552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB552F

Black with #BB552F

Text Example


Text Example

White with #BB552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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