Html Css Color HEX #B15006 Rust

📋 copy color: '#B15006'

red 177 ◦ green 80 ◦ blue 6

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

Shades of Rust #B15006

Tints of Rust #B15006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 67.3%
G = 30.42%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B15006 (or 0xB15006) is known color: Rust. HEX triplet: B1, 50 and 06. RGB value is (177,80,6). Sum of RGB (Red+Green+Blue) = 177+80+6=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B15006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15006 is #4EAFF9. Grayscale: #646464. Windows color (decimal): -5156858 or 413873. OLE color: 413873.

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

Color convert

RGB 177 80 6 -
CMYK 0 0.55 0.97 0.31
HSL 25.96º 0.93% 0.36% -
HSV(B) 25.96º 0.97% 0.69% -
XYZ 21.03 15.1 1.98 -
YUV 100.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 177 80 6 0 0.55 0.97 0.31 25.96 0.93 0.36
Hex B1 50 6 0 37 61 1F 1A 5D 24
Octal 261 120 6 0 67 141 37 32 135 44
Binary 10110001 1010000 110 0 110111 1100001 11111 11010 1011101 100100

Color Harmonies of #B15006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15006

Black with #B15006

Text Example


Text Example

White with #B15006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15006; }

 p { color: rgb(177,80,6); }

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

background-color css

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

 a { background-color: rgb(177,80,6); }

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

border-color css

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

 span { border-color: rgb(177,80,6); }

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