Html Css Color HEX #BB5223 Fiery Orange

📋 copy color: '#BB5223'

red 187 ◦ green 82 ◦ blue 35

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

Shades of Fiery Orange #BB5223

Tints of Fiery Orange #BB5223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 61.51%
G = 26.97%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB5223 (or 0xBB5223) is known color: Fiery Orange. HEX triplet: BB, 52 and 23. RGB value is (187,82,35). Sum of RGB (Red+Green+Blue) = 187+82+35=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5223 is #44ADDC. Grayscale: #6C6C6C. Windows color (decimal): -4500957 or 2314939. OLE color: 2314939.

HSL color Cylindrical-coordinate representation of color #BB5223: hue angle of 18.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB5223 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 82 35 -
CMYK 0 0.56 0.81 0.27
HSL 18.55º 0.68% 0.44% -
HSV(B) 18.55º 0.81% 0.73% -
XYZ 23.81 16.72 3.56 -
YUV 108.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 187 82 35 0 0.56 0.81 0.27 18.55 0.68 0.44
Hex BB 52 23 0 38 51 1B 13 44 2C
Octal 273 122 43 0 70 121 33 23 104 54
Binary 10111011 1010010 100011 0 111000 1010001 11011 10011 1000100 101100

Color Harmonies of #BB5223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5223

Black with #BB5223

Text Example


Text Example

White with #BB5223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5223; }

 p { color: rgb(187,82,35); }

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

background-color css

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

 a { background-color: rgb(187,82,35); }

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

border-color css

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

 span { border-color: rgb(187,82,35); }

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