Html Css Color HEX #BB4205 Rust

📋 copy color: '#BB4205'

red 187 ◦ green 66 ◦ blue 5

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

Shades of Rust #BB4205

Tints of Rust #BB4205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 72.48%
G = 25.58%
B = 1.94%

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

#BB4205 (or 0xBB4205) is known color: Rust. HEX triplet: BB, 42 and 05. RGB value is (187,66,5). Sum of RGB (Red+Green+Blue) = 187+66+5=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4205 is #44BDFA. Grayscale: #5F5F5F. Windows color (decimal): -4505083 or 344763. OLE color: 344763.

HSL color Cylindrical-coordinate representation of color #BB4205: hue angle of 20.11º degrees, saturation: 0.95, 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 #BB4205 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 5 -
CMYK 0 0.65 0.97 0.27
HSL 20.11º 0.95% 0.38% -
HSV(B) 20.11º 0.97% 0.73% -
XYZ 22.47 14.47 1.75 -
YUV 95.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 187 66 5 0 0.65 0.97 0.27 20.11 0.95 0.38
Hex BB 42 5 0 41 61 1B 14 5F 26
Octal 273 102 5 0 101 141 33 24 137 46
Binary 10111011 1000010 101 0 1000001 1100001 11011 10100 1011111 100110

Color Harmonies of #BB4205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4205

Black with #BB4205

Text Example


Text Example

White with #BB4205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4205; }

 p { color: rgb(187,66,5); }

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

background-color css

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

 a { background-color: rgb(187,66,5); }

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

border-color css

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

 span { border-color: rgb(187,66,5); }

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