Html Css Color HEX #B05106 Rust

📋 copy color: '#B05106'

red 176 ◦ green 81 ◦ blue 6

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

Shades of Rust #B05106

Tints of Rust #B05106

RGB

 RED value IS 176 (69.14% from 255) = 66.92%

 GREEN value IS 81 (32.03% from 255) = 30.8%

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

R = 66.92%
G = 30.8%
B = 2.28%

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

#B05106 (or 0xB05106) is known color: Rust. HEX triplet: B0, 51 and 06. RGB value is (176,81,6). Sum of RGB (Red+Green+Blue) = 176+81+6=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B05106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05106 is #4FAEF9. Grayscale: #656565. Windows color (decimal): -5222138 or 414128. OLE color: 414128.

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

Color convert

RGB 176 81 6 -
CMYK 0 0.54 0.97 0.31
HSL 26.47º 0.93% 0.36% -
HSV(B) 26.47º 0.97% 0.69% -
XYZ 20.88 15.13 1.99 -
YUV 100.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 176 81 6 0 0.54 0.97 0.31 26.47 0.93 0.36
Hex B0 51 6 0 36 61 1F 1A 5D 24
Octal 260 121 6 0 66 141 37 32 135 44
Binary 10110000 1010001 110 0 110110 1100001 11111 11010 1011101 100100

Color Harmonies of #B05106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05106

Black with #B05106

Text Example


Text Example

White with #B05106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05106; }

 p { color: rgb(176,81,6); }

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

background-color css

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

 a { background-color: rgb(176,81,6); }

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

border-color css

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

 span { border-color: rgb(176,81,6); }

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