Html Css Color HEX #B55206 Rust

📋 copy color: '#B55206'

red 181 ◦ green 82 ◦ blue 6

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

Shades of Rust #B55206

Tints of Rust #B55206

RGB

 RED value IS 181 (71.09% from 255) = 67.29%

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 67.29%
G = 30.48%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B55206 (or 0xB55206) is known color: Rust. HEX triplet: B5, 52 and 06. RGB value is (181,82,6). Sum of RGB (Red+Green+Blue) = 181+82+6=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B55206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55206 is #4AADF9. Grayscale: #676767. Windows color (decimal): -4894202 or 414389. OLE color: 414389.

HSL color Cylindrical-coordinate representation of color #B55206: hue angle of 26.06º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B55206 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 6 -
CMYK 0 0.55 0.97 0.29
HSL 26.06º 0.94% 0.37% -
HSV(B) 26.06º 0.97% 0.71% -
XYZ 22.11 15.87 2.07 -
YUV 102.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 181 82 6 0 0.55 0.97 0.29 26.06 0.94 0.37
Hex B5 52 6 0 37 61 1D 1A 5E 25
Octal 265 122 6 0 67 141 35 32 136 45
Binary 10110101 1010010 110 0 110111 1100001 11101 11010 1011110 100101

Color Harmonies of #B55206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55206

Black with #B55206

Text Example


Text Example

White with #B55206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55206; }

 p { color: rgb(181,82,6); }

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

background-color css

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

 a { background-color: rgb(181,82,6); }

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

border-color css

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

 span { border-color: rgb(181,82,6); }

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