Html Css Color HEX #B15507 Rust

📋 copy color: '#B15507'

red 177 ◦ green 85 ◦ blue 7

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

Shades of Rust #B15507

Tints of Rust #B15507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 65.8%
G = 31.6%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B15507 (or 0xB15507) is known color: Rust. HEX triplet: B1, 55 and 07. RGB value is (177,85,7). Sum of RGB (Red+Green+Blue) = 177+85+7=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B15507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15507 is #4EAAF8. Grayscale: #686868. Windows color (decimal): -5155577 or 480689. OLE color: 480689.

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

Color convert

RGB 177 85 7 -
CMYK 0 0.52 0.96 0.31
HSL 27.53º 0.92% 0.36% -
HSV(B) 27.53º 0.96% 0.69% -
XYZ 21.42 15.86 2.13 -
YUV 103.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 177 85 7 0 0.52 0.96 0.31 27.53 0.92 0.36
Hex B1 55 7 0 34 60 1F 1C 5C 24
Octal 261 125 7 0 64 140 37 34 134 44
Binary 10110001 1010101 111 0 110100 1100000 11111 11100 1011100 100100

Color Harmonies of #B15507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15507

Black with #B15507

Text Example


Text Example

White with #B15507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15507; }

 p { color: rgb(177,85,7); }

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

background-color css

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

 a { background-color: rgb(177,85,7); }

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

border-color css

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

 span { border-color: rgb(177,85,7); }

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