Html Css Color HEX #B05606 Rust

📋 copy color: '#B05606'

red 176 ◦ green 86 ◦ blue 6

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

Shades of Rust #B05606

Tints of Rust #B05606

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 65.67%
G = 32.09%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B05606 (or 0xB05606) is known color: Rust. HEX triplet: B0, 56 and 06. RGB value is (176,86,6). Sum of RGB (Red+Green+Blue) = 176+86+6=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B05606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05606 is #4FA9F9. Grayscale: #686868. Windows color (decimal): -5220858 or 415408. OLE color: 415408.

HSL color Cylindrical-coordinate representation of color #B05606: hue angle of 28.24º 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 #B05606 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 6 -
CMYK 0 0.51 0.97 0.31
HSL 28.24º 0.93% 0.36% -
HSV(B) 28.24º 0.97% 0.69% -
XYZ 21.27 15.9 2.12 -
YUV 103.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 176 86 6 0 0.51 0.97 0.31 28.24 0.93 0.36
Hex B0 56 6 0 33 61 1F 1C 5D 24
Octal 260 126 6 0 63 141 37 34 135 44
Binary 10110000 1010110 110 0 110011 1100001 11111 11100 1011101 100100

Color Harmonies of #B05606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05606

Black with #B05606

Text Example


Text Example

White with #B05606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05606; }

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

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

background-color css

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

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

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

border-color css

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

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

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