Html Css Color HEX #B05406 Rust

📋 copy color: '#B05406'

red 176 ◦ green 84 ◦ blue 6

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

Shades of Rust #B05406

Tints of Rust #B05406

RGB

 RED value IS 176 (69.14% from 255) = 66.17%

 GREEN value IS 84 (33.2% from 255) = 31.58%

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

R = 66.17%
G = 31.58%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B05406 (or 0xB05406) is known color: Rust. HEX triplet: B0, 54 and 06. RGB value is (176,84,6). Sum of RGB (Red+Green+Blue) = 176+84+6=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B05406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05406 is #4FABF9. Grayscale: #676767. Windows color (decimal): -5221370 or 414896. OLE color: 414896.

HSL color Cylindrical-coordinate representation of color #B05406: hue angle of 27.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B05406 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 6 -
CMYK 0 0.52 0.97 0.31
HSL 27.53º 0.93% 0.36% -
HSV(B) 27.53º 0.97% 0.69% -
XYZ 21.11 15.58 2.07 -
YUV 102.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 176 84 6 0 0.52 0.97 0.31 27.53 0.93 0.36
Hex B0 54 6 0 34 61 1F 1C 5D 24
Octal 260 124 6 0 64 141 37 34 135 44
Binary 10110000 1010100 110 0 110100 1100001 11111 11100 1011101 100100

Color Harmonies of #B05406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05406

Black with #B05406

Text Example


Text Example

White with #B05406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05406; }

 p { color: rgb(176,84,6); }

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

background-color css

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

 a { background-color: rgb(176,84,6); }

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

border-color css

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

 span { border-color: rgb(176,84,6); }

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