Html Css Color HEX #BB4516 Rust

📋 copy color: '#BB4516'

red 187 ◦ green 69 ◦ blue 22

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

Shades of Rust #BB4516

Tints of Rust #BB4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 67.27%
G = 24.82%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB4516 (or 0xBB4516) is known color: Rust. HEX triplet: BB, 45 and 16. RGB value is (187,69,22). Sum of RGB (Red+Green+Blue) = 187+69+22=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4516 is #44BAE9. Grayscale: #636363. Windows color (decimal): -4504298 or 1459643. OLE color: 1459643.

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

Color convert

RGB 187 69 22 -
CMYK 0 0.63 0.88 0.27
HSL 17.09º 0.79% 0.41% -
HSV(B) 17.09º 0.88% 0.73% -
XYZ 22.77 14.88 2.43 -
YUV 98.92 84.59 190.82 -
System Red Green Blue C M Y K H S L
Decimal 187 69 22 0 0.63 0.88 0.27 17.09 0.79 0.41
Hex BB 45 16 0 3F 58 1B 11 4F 29
Octal 273 105 26 0 77 130 33 21 117 51
Binary 10111011 1000101 10110 0 111111 1011000 11011 10001 1001111 101001

Color Harmonies of #BB4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4516

Black with #BB4516

Text Example


Text Example

White with #BB4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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