Html Css Color HEX #BB5916 Rust

📋 copy color: '#BB5916'

red 187 ◦ green 89 ◦ blue 22

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

Shades of Rust #BB5916

Tints of Rust #BB5916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 62.75%
G = 29.87%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB5916 (or 0xBB5916) is known color: Rust. HEX triplet: BB, 59 and 16. RGB value is (187,89,22). Sum of RGB (Red+Green+Blue) = 187+89+22=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5916 is #44A6E9. Grayscale: #6F6F6F. Windows color (decimal): -4499178 or 1464763. OLE color: 1464763.

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

Color convert

RGB 187 89 22 -
CMYK 0 0.52 0.88 0.27
HSL 24.36º 0.79% 0.41% -
HSV(B) 24.36º 0.88% 0.73% -
XYZ 24.21 17.77 2.91 -
YUV 110.66 77.97 182.45 -
System Red Green Blue C M Y K H S L
Decimal 187 89 22 0 0.52 0.88 0.27 24.36 0.79 0.41
Hex BB 59 16 0 34 58 1B 18 4F 29
Octal 273 131 26 0 64 130 33 30 117 51
Binary 10111011 1011001 10110 0 110100 1011000 11011 11000 1001111 101001

Color Harmonies of #BB5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5916

Black with #BB5916

Text Example


Text Example

White with #BB5916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5916; }

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

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

background-color css

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

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

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

border-color css

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

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

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