Html Css Color HEX #BB5427 Fiery Orange

📋 copy color: '#BB5427'

red 187 ◦ green 84 ◦ blue 39

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

Shades of Fiery Orange #BB5427

Tints of Fiery Orange #BB5427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 60.32%
G = 27.1%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB5427 (or 0xBB5427) is known color: Fiery Orange. HEX triplet: BB, 54 and 27. RGB value is (187,84,39). Sum of RGB (Red+Green+Blue) = 187+84+39=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5427 is #44ABD8. Grayscale: #6D6D6D. Windows color (decimal): -4500441 or 2577595. OLE color: 2577595.

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

Color convert

RGB 187 84 39 -
CMYK 0 0.55 0.79 0.27
HSL 18.24º 0.65% 0.44% -
HSV(B) 18.24º 0.79% 0.73% -
XYZ 24.03 17.05 3.94 -
YUV 109.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 187 84 39 0 0.55 0.79 0.27 18.24 0.65 0.44
Hex BB 54 27 0 37 4F 1B 12 41 2C
Octal 273 124 47 0 67 117 33 22 101 54
Binary 10111011 1010100 100111 0 110111 1001111 11011 10010 1000001 101100

Color Harmonies of #BB5427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5427

Black with #BB5427

Text Example


Text Example

White with #BB5427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5427; }

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

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

background-color css

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

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

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

border-color css

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

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

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