Html Css Color HEX #B05706 Rust

📋 copy color: '#B05706'

red 176 ◦ green 87 ◦ blue 6

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

Shades of Rust #B05706

Tints of Rust #B05706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 65.43%
G = 32.34%
B = 2.23%

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

#B05706 (or 0xB05706) is known color: Rust. HEX triplet: B0, 57 and 06. RGB value is (176,87,6). Sum of RGB (Red+Green+Blue) = 176+87+6=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B05706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05706 is #4FA8F9. Grayscale: #686868. Windows color (decimal): -5220602 or 415664. OLE color: 415664.

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

Color convert

RGB 176 87 6 -
CMYK 0 0.51 0.97 0.31
HSL 28.59º 0.93% 0.36% -
HSV(B) 28.59º 0.97% 0.69% -
XYZ 21.35 16.06 2.15 -
YUV 104.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 176 87 6 0 0.51 0.97 0.31 28.59 0.93 0.36
Hex B0 57 6 0 33 61 1F 1D 5D 24
Octal 260 127 6 0 63 141 37 35 135 44
Binary 10110000 1010111 110 0 110011 1100001 11111 11101 1011101 100100

Color Harmonies of #B05706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05706

Black with #B05706

Text Example


Text Example

White with #B05706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05706; }

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

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

background-color css

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

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

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

border-color css

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

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

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