Html Css Color HEX #BB5327 Fiery Orange

📋 copy color: '#BB5327'

red 187 ◦ green 83 ◦ blue 39

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

Shades of Fiery Orange #BB5327

Tints of Fiery Orange #BB5327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 60.52%
G = 26.86%
B = 12.62%

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

#BB5327 (or 0xBB5327) is known color: Fiery Orange. HEX triplet: BB, 53 and 27. RGB value is (187,83,39). Sum of RGB (Red+Green+Blue) = 187+83+39=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5327 is #44ACD8. Grayscale: #6D6D6D. Windows color (decimal): -4500697 or 2577339. OLE color: 2577339.

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

Color convert

RGB 187 83 39 -
CMYK 0 0.56 0.79 0.27
HSL 17.84º 0.65% 0.44% -
HSV(B) 17.84º 0.79% 0.73% -
XYZ 23.95 16.9 3.92 -
YUV 109.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 187 83 39 0 0.56 0.79 0.27 17.84 0.65 0.44
Hex BB 53 27 0 38 4F 1B 12 41 2C
Octal 273 123 47 0 70 117 33 22 101 54
Binary 10111011 1010011 100111 0 111000 1001111 11011 10010 1000001 101100

Color Harmonies of #BB5327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5327

Black with #BB5327

Text Example


Text Example

White with #BB5327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5327; }

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

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

background-color css

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

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

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

border-color css

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

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

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