Html Css Color HEX #B05707 Rust

📋 copy color: '#B05707'

red 176 ◦ green 87 ◦ blue 7

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

Shades of Rust #B05707

Tints of Rust #B05707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.59%

R = 65.19%
G = 32.22%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B05707 (or 0xB05707) is known color: Rust. HEX triplet: B0, 57 and 07. RGB value is (176,87,7). Sum of RGB (Red+Green+Blue) = 176+87+7=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B05707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05707 is #4FA8F8. Grayscale: #686868. Windows color (decimal): -5220601 or 481200. OLE color: 481200.

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

Color convert

RGB 176 87 7 -
CMYK 0 0.51 0.96 0.31
HSL 28.4º 0.92% 0.36% -
HSV(B) 28.4º 0.96% 0.69% -
XYZ 21.35 16.06 2.18 -
YUV 104.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 176 87 7 0 0.51 0.96 0.31 28.4 0.92 0.36
Hex B0 57 7 0 33 60 1F 1C 5C 24
Octal 260 127 7 0 63 140 37 34 134 44
Binary 10110000 1010111 111 0 110011 1100000 11111 11100 1011100 100100

Color Harmonies of #B05707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05707

Black with #B05707

Text Example


Text Example

White with #B05707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05707; }

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

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

background-color css

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

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

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

border-color css

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

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

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