Html Css Color HEX #B15604 Rust

📋 copy color: '#B15604'

red 177 ◦ green 86 ◦ blue 4

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

Shades of Rust #B15604

Tints of Rust #B15604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 66.29%
G = 32.21%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B15604 (or 0xB15604) is known color: Rust. HEX triplet: B1, 56 and 04. RGB value is (177,86,4). Sum of RGB (Red+Green+Blue) = 177+86+4=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B15604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15604 is #4EA9FB. Grayscale: #686868. Windows color (decimal): -5155324 or 284337. OLE color: 284337.

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

Color convert

RGB 177 86 4 -
CMYK 0 0.51 0.98 0.31
HSL 28.44º 0.96% 0.35% -
HSV(B) 28.44º 0.98% 0.69% -
XYZ 21.48 16.01 2.07 -
YUV 103.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 177 86 4 0 0.51 0.98 0.31 28.44 0.96 0.35
Hex B1 56 4 0 33 62 1F 1C 60 23
Octal 261 126 4 0 63 142 37 34 140 43
Binary 10110001 1010110 100 0 110011 1100010 11111 11100 1100000 100011

Color Harmonies of #B15604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15604

Black with #B15604

Text Example


Text Example

White with #B15604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15604; }

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

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

background-color css

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

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

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

border-color css

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

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

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