Html Css Color HEX #BB4E16 Rust

📋 copy color: '#BB4E16'

red 187 ◦ green 78 ◦ blue 22

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

Shades of Rust #BB4E16

Tints of Rust #BB4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.18%

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

R = 65.16%
G = 27.18%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB4E16 (or 0xBB4E16) is known color: Rust. HEX triplet: BB, 4E and 16. RGB value is (187,78,22). Sum of RGB (Red+Green+Blue) = 187+78+22=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4E16 is #44B1E9. Grayscale: #686868. Windows color (decimal): -4501994 or 1461947. OLE color: 1461947.

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

Color convert

RGB 187 78 22 -
CMYK 0 0.58 0.88 0.27
HSL 20.36º 0.79% 0.41% -
HSV(B) 20.36º 0.88% 0.73% -
XYZ 23.36 16.07 2.63 -
YUV 104.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 187 78 22 0 0.58 0.88 0.27 20.36 0.79 0.41
Hex BB 4E 16 0 3A 58 1B 14 4F 29
Octal 273 116 26 0 72 130 33 24 117 51
Binary 10111011 1001110 10110 0 111010 1011000 11011 10100 1001111 101001

Color Harmonies of #BB4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4E16

Black with #BB4E16

Text Example


Text Example

White with #BB4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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