Html Css Color HEX #BB4604 Rust

📋 copy color: '#BB4604'

red 187 ◦ green 70 ◦ blue 4

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

Shades of Rust #BB4604

Tints of Rust #BB4604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 71.65%
G = 26.82%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB4604 (or 0xBB4604) is known color: Rust. HEX triplet: BB, 46 and 04. RGB value is (187,70,4). Sum of RGB (Red+Green+Blue) = 187+70+4=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4604 is #44B9FB. Grayscale: #616161. Windows color (decimal): -4504060 or 280251. OLE color: 280251.

HSL color Cylindrical-coordinate representation of color #BB4604: hue angle of 21.64º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB4604 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 4 -
CMYK 0 0.63 0.98 0.27
HSL 21.64º 0.96% 0.37% -
HSV(B) 21.64º 0.98% 0.73% -
XYZ 22.71 14.95 1.8 -
YUV 97.46 75.26 191.87 -
System Red Green Blue C M Y K H S L
Decimal 187 70 4 0 0.63 0.98 0.27 21.64 0.96 0.37
Hex BB 46 4 0 3F 62 1B 16 60 25
Octal 273 106 4 0 77 142 33 26 140 45
Binary 10111011 1000110 100 0 111111 1100010 11011 10110 1100000 100101

Color Harmonies of #BB4604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4604

Black with #BB4604

Text Example


Text Example

White with #BB4604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4604; }

 p { color: rgb(187,70,4); }

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

background-color css

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

 a { background-color: rgb(187,70,4); }

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

border-color css

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

 span { border-color: rgb(187,70,4); }

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