Html Css Color HEX #BB5915 Rust

📋 copy color: '#BB5915'

red 187 ◦ green 89 ◦ blue 21

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

Shades of Rust #BB5915

Tints of Rust #BB5915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.97%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 62.96%
G = 29.97%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5915 (or 0xBB5915) is known color: Rust. HEX triplet: BB, 59 and 15. RGB value is (187,89,21). Sum of RGB (Red+Green+Blue) = 187+89+21=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5915 is #44A6EA. Grayscale: #6E6E6E. Windows color (decimal): -4499179 or 1399227. OLE color: 1399227.

HSL color Cylindrical-coordinate representation of color #BB5915: hue angle of 24.58º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5915 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 89 21 -
CMYK 0 0.52 0.89 0.27
HSL 24.58º 0.8% 0.41% -
HSV(B) 24.58º 0.89% 0.73% -
XYZ 24.2 17.76 2.86 -
YUV 110.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 187 89 21 0 0.52 0.89 0.27 24.58 0.8 0.41
Hex BB 59 15 0 34 59 1B 19 50 29
Octal 273 131 25 0 64 131 33 31 120 51
Binary 10111011 1011001 10101 0 110100 1011001 11011 11001 1010000 101001

Color Harmonies of #BB5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5915

Black with #BB5915

Text Example


Text Example

White with #BB5915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5915; }

 p { color: rgb(187,89,21); }

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

background-color css

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

 a { background-color: rgb(187,89,21); }

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

border-color css

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

 span { border-color: rgb(187,89,21); }

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