Html Css Color HEX #BB552E Fiery Orange

📋 copy color: '#BB552E'

red 187 ◦ green 85 ◦ blue 46

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

Shades of Fiery Orange #BB552E

Tints of Fiery Orange #BB552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 58.81%
G = 26.73%
B = 14.47%

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

#BB552E (or 0xBB552E) is known color: Fiery Orange. HEX triplet: BB, 55 and 2E. RGB value is (187,85,46). Sum of RGB (Red+Green+Blue) = 187+85+46=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB552E is #44AAD1. Grayscale: #6F6F6F. Windows color (decimal): -4500178 or 3036603. OLE color: 3036603.

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

Color convert

RGB 187 85 46 -
CMYK 0 0.55 0.75 0.27
HSL 16.6º 0.61% 0.46% -
HSV(B) 16.6º 0.75% 0.73% -
XYZ 24.24 17.26 4.64 -
YUV 111.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 187 85 46 0 0.55 0.75 0.27 16.6 0.61 0.46
Hex BB 55 2E 0 37 4B 1B 11 3D 2E
Octal 273 125 56 0 67 113 33 21 75 56
Binary 10111011 1010101 101110 0 110111 1001011 11011 10001 111101 101110

Color Harmonies of #BB552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB552E

Black with #BB552E

Text Example


Text Example

White with #BB552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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