Html Css Color HEX #BB5227 Fiery Orange

📋 copy color: '#BB5227'

red 187 ◦ green 82 ◦ blue 39

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

Shades of Fiery Orange #BB5227

Tints of Fiery Orange #BB5227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.66%

R = 60.71%
G = 26.62%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB5227 (or 0xBB5227) is known color: Fiery Orange. HEX triplet: BB, 52 and 27. RGB value is (187,82,39). Sum of RGB (Red+Green+Blue) = 187+82+39=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5227 is #44ADD8. Grayscale: #6C6C6C. Windows color (decimal): -4500953 or 2577083. OLE color: 2577083.

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

Color convert

RGB 187 82 39 -
CMYK 0 0.56 0.79 0.27
HSL 17.43º 0.65% 0.44% -
HSV(B) 17.43º 0.79% 0.73% -
XYZ 23.88 16.75 3.89 -
YUV 108.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 187 82 39 0 0.56 0.79 0.27 17.43 0.65 0.44
Hex BB 52 27 0 38 4F 1B 11 41 2C
Octal 273 122 47 0 70 117 33 21 101 54
Binary 10111011 1010010 100111 0 111000 1001111 11011 10001 1000001 101100

Color Harmonies of #BB5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5227

Black with #BB5227

Text Example


Text Example

White with #BB5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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