Html Css Color HEX #BB4917 Rust

📋 copy color: '#BB4917'

red 187 ◦ green 73 ◦ blue 23

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

Shades of Rust #BB4917

Tints of Rust #BB4917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 66.08%
G = 25.8%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB4917 (or 0xBB4917) is known color: Rust. HEX triplet: BB, 49 and 17. RGB value is (187,73,23). Sum of RGB (Red+Green+Blue) = 187+73+23=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4917 is #44B6E8. Grayscale: #656565. Windows color (decimal): -4503273 or 1526203. OLE color: 1526203.

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

Color convert

RGB 187 73 23 -
CMYK 0 0.61 0.88 0.27
HSL 18.29º 0.78% 0.41% -
HSV(B) 18.29º 0.88% 0.73% -
XYZ 23.03 15.39 2.57 -
YUV 101.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 187 73 23 0 0.61 0.88 0.27 18.29 0.78 0.41
Hex BB 49 17 0 3D 58 1B 12 4E 29
Octal 273 111 27 0 75 130 33 22 116 51
Binary 10111011 1001001 10111 0 111101 1011000 11011 10010 1001110 101001

Color Harmonies of #BB4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4917

Black with #BB4917

Text Example


Text Example

White with #BB4917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4917; }

 p { color: rgb(187,73,23); }

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

background-color css

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

 a { background-color: rgb(187,73,23); }

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

border-color css

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

 span { border-color: rgb(187,73,23); }

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