Html Css Color HEX #B15705 Rust

📋 copy color: '#B15705'

red 177 ◦ green 87 ◦ blue 5

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

Shades of Rust #B15705

Tints of Rust #B15705

RGB

 RED value IS 177 (69.53% from 255) = 65.8%

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

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

R = 65.8%
G = 32.34%
B = 1.86%

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

#B15705 (or 0xB15705) is known color: Rust. HEX triplet: B1, 57 and 05. RGB value is (177,87,5). Sum of RGB (Red+Green+Blue) = 177+87+5=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B15705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15705 is #4EA8FA. Grayscale: #686868. Windows color (decimal): -5155067 or 350129. OLE color: 350129.

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

Color convert

RGB 177 87 5 -
CMYK 0 0.51 0.97 0.31
HSL 28.6º 0.95% 0.36% -
HSV(B) 28.6º 0.97% 0.69% -
XYZ 21.57 16.17 2.13 -
YUV 104.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 177 87 5 0 0.51 0.97 0.31 28.6 0.95 0.36
Hex B1 57 5 0 33 61 1F 1D 5F 24
Octal 261 127 5 0 63 141 37 35 137 44
Binary 10110001 1010111 101 0 110011 1100001 11111 11101 1011111 100100

Color Harmonies of #B15705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15705

Black with #B15705

Text Example


Text Example

White with #B15705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15705; }

 p { color: rgb(177,87,5); }

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

background-color css

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

 a { background-color: rgb(177,87,5); }

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

border-color css

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

 span { border-color: rgb(177,87,5); }

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