Html Css Color HEX #B15205 Rust

📋 copy color: '#B15205'

red 177 ◦ green 82 ◦ blue 5

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

Shades of Rust #B15205

Tints of Rust #B15205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 67.05%
G = 31.06%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B15205 (or 0xB15205) is known color: Rust. HEX triplet: B1, 52 and 05. RGB value is (177,82,5). Sum of RGB (Red+Green+Blue) = 177+82+5=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B15205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15205 is #4EADFA. Grayscale: #666666. Windows color (decimal): -5156347 or 348849. OLE color: 348849.

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

Color convert

RGB 177 82 5 -
CMYK 0 0.54 0.97 0.31
HSL 26.86º 0.95% 0.36% -
HSV(B) 26.86º 0.97% 0.69% -
XYZ 21.18 15.39 2 -
YUV 101.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 177 82 5 0 0.54 0.97 0.31 26.86 0.95 0.36
Hex B1 52 5 0 36 61 1F 1B 5F 24
Octal 261 122 5 0 66 141 37 33 137 44
Binary 10110001 1010010 101 0 110110 1100001 11111 11011 1011111 100100

Color Harmonies of #B15205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15205

Black with #B15205

Text Example


Text Example

White with #B15205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15205; }

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

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

background-color css

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

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

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

border-color css

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

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

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