Html Css Color HEX #BB4106 Rust

📋 copy color: '#BB4106'

red 187 ◦ green 65 ◦ blue 6

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

Shades of Rust #BB4106

Tints of Rust #BB4106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 72.48%
G = 25.19%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB4106 (or 0xBB4106) is known color: Rust. HEX triplet: BB, 41 and 06. RGB value is (187,65,6). Sum of RGB (Red+Green+Blue) = 187+65+6=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4106 is #44BEF9. Grayscale: #5F5F5F. Windows color (decimal): -4505338 or 410043. OLE color: 410043.

HSL color Cylindrical-coordinate representation of color #BB4106: hue angle of 19.56º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB4106 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 6 -
CMYK 0 0.65 0.97 0.27
HSL 19.56º 0.94% 0.38% -
HSV(B) 19.56º 0.97% 0.73% -
XYZ 22.42 14.36 1.76 -
YUV 94.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 187 65 6 0 0.65 0.97 0.27 19.56 0.94 0.38
Hex BB 41 6 0 41 61 1B 14 5E 26
Octal 273 101 6 0 101 141 33 24 136 46
Binary 10111011 1000001 110 0 1000001 1100001 11011 10100 1011110 100110

Color Harmonies of #BB4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4106

Black with #BB4106

Text Example


Text Example

White with #BB4106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4106; }

 p { color: rgb(187,65,6); }

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

background-color css

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

 a { background-color: rgb(187,65,6); }

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

border-color css

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

 span { border-color: rgb(187,65,6); }

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