Html Css Color HEX #B15605 Rust

📋 copy color: '#B15605'

red 177 ◦ green 86 ◦ blue 5

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

Shades of Rust #B15605

Tints of Rust #B15605

RGB

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

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

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

R = 66.04%
G = 32.09%
B = 1.87%

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

#B15605 (or 0xB15605) is known color: Rust. HEX triplet: B1, 56 and 05. RGB value is (177,86,5). Sum of RGB (Red+Green+Blue) = 177+86+5=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B15605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15605 is #4EA9FA. Grayscale: #686868. Windows color (decimal): -5155323 or 349873. OLE color: 349873.

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

Color convert

RGB 177 86 5 -
CMYK 0 0.51 0.97 0.31
HSL 28.26º 0.95% 0.36% -
HSV(B) 28.26º 0.97% 0.69% -
XYZ 21.49 16.01 2.1 -
YUV 103.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 177 86 5 0 0.51 0.97 0.31 28.26 0.95 0.36
Hex B1 56 5 0 33 61 1F 1C 5F 24
Octal 261 126 5 0 63 141 37 34 137 44
Binary 10110001 1010110 101 0 110011 1100001 11111 11100 1011111 100100

Color Harmonies of #B15605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15605

Black with #B15605

Text Example


Text Example

White with #B15605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15605; }

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

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

background-color css

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

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

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

border-color css

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

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

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