Html Css Color HEX #B85205 Rust

📋 copy color: '#B85205'

red 184 ◦ green 82 ◦ blue 5

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

Shades of Rust #B85205

Tints of Rust #B85205

RGB

 RED value IS 184 (72.27% from 255) = 67.9%

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 67.9%
G = 30.26%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85205 (or 0xB85205) is known color: Rust. HEX triplet: B8, 52 and 05. RGB value is (184,82,5). Sum of RGB (Red+Green+Blue) = 184+82+5=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B85205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85205 is #47ADFA. Grayscale: #686868. Windows color (decimal): -4697595 or 348856. OLE color: 348856.

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

Color convert

RGB 184 82 5 -
CMYK 0 0.55 0.97 0.28
HSL 25.81º 0.95% 0.37% -
HSV(B) 25.81º 0.97% 0.72% -
XYZ 22.81 16.24 2.08 -
YUV 103.72 72.29 185.26 -
System Red Green Blue C M Y K H S L
Decimal 184 82 5 0 0.55 0.97 0.28 25.81 0.95 0.37
Hex B8 52 5 0 37 61 1C 1A 5F 25
Octal 270 122 5 0 67 141 34 32 137 45
Binary 10111000 1010010 101 0 110111 1100001 11100 11010 1011111 100101

Color Harmonies of #B85205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85205

Black with #B85205

Text Example


Text Example

White with #B85205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85205; }

 p { color: rgb(184,82,5); }

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

background-color css

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

 a { background-color: rgb(184,82,5); }

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

border-color css

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

 span { border-color: rgb(184,82,5); }

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