Html Css Color HEX #BB5326 Fiery Orange

📋 copy color: '#BB5326'

red 187 ◦ green 83 ◦ blue 38

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

Shades of Fiery Orange #BB5326

Tints of Fiery Orange #BB5326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 60.71%
G = 26.95%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB5326 (or 0xBB5326) is known color: Fiery Orange. HEX triplet: BB, 53 and 26. RGB value is (187,83,38). Sum of RGB (Red+Green+Blue) = 187+83+38=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5326 is #44ACD9. Grayscale: #6D6D6D. Windows color (decimal): -4500698 or 2511803. OLE color: 2511803.

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

Color convert

RGB 187 83 38 -
CMYK 0 0.56 0.80 0.27
HSL 18.12º 0.66% 0.44% -
HSV(B) 18.12º 0.8% 0.73% -
XYZ 23.94 16.89 3.83 -
YUV 108.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 187 83 38 0 0.56 0.80 0.27 18.12 0.66 0.44
Hex BB 53 26 0 38 50 1B 12 42 2C
Octal 273 123 46 0 70 120 33 22 102 54
Binary 10111011 1010011 100110 0 111000 1010000 11011 10010 1000010 101100

Color Harmonies of #BB5326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5326

Black with #BB5326

Text Example


Text Example

White with #BB5326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5326; }

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

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

background-color css

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

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

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

border-color css

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

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

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