Html Css Color HEX #BB5128 Fiery Orange

📋 copy color: '#BB5128'

red 187 ◦ green 81 ◦ blue 40

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

Shades of Fiery Orange #BB5128

Tints of Fiery Orange #BB5128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 60.71%
G = 26.3%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB5128 (or 0xBB5128) is known color: Fiery Orange. HEX triplet: BB, 51 and 28. RGB value is (187,81,40). Sum of RGB (Red+Green+Blue) = 187+81+40=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5128 is #44AED7. Grayscale: #6C6C6C. Windows color (decimal): -4501208 or 2642363. OLE color: 2642363.

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

Color convert

RGB 187 81 40 -
CMYK 0 0.57 0.79 0.27
HSL 16.73º 0.65% 0.45% -
HSV(B) 16.73º 0.79% 0.73% -
XYZ 23.82 16.6 3.96 -
YUV 108.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 187 81 40 0 0.57 0.79 0.27 16.73 0.65 0.45
Hex BB 51 28 0 39 4F 1B 11 41 2D
Octal 273 121 50 0 71 117 33 21 101 55
Binary 10111011 1010001 101000 0 111001 1001111 11011 10001 1000001 101101

Color Harmonies of #BB5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5128

Black with #BB5128

Text Example


Text Example

White with #BB5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5128; }

 p { color: rgb(187,81,40); }

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

background-color css

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

 a { background-color: rgb(187,81,40); }

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

border-color css

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

 span { border-color: rgb(187,81,40); }

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