Html Css Color HEX #B85106 Rust

📋 copy color: '#B85106'

red 184 ◦ green 81 ◦ blue 6

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

Shades of Rust #B85106

Tints of Rust #B85106

RGB

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

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

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

R = 67.9%
G = 29.89%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85106 (or 0xB85106) is known color: Rust. HEX triplet: B8, 51 and 06. RGB value is (184,81,6). Sum of RGB (Red+Green+Blue) = 184+81+6=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B85106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85106 is #47AEF9. Grayscale: #676767. Windows color (decimal): -4697850 or 414136. OLE color: 414136.

HSL color Cylindrical-coordinate representation of color #B85106: hue angle of 25.28º degrees, saturation: 0.94, 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 #B85106 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 6 -
CMYK 0 0.56 0.97 0.28
HSL 25.28º 0.94% 0.37% -
HSV(B) 25.28º 0.97% 0.72% -
XYZ 22.74 16.09 2.08 -
YUV 103.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 184 81 6 0 0.56 0.97 0.28 25.28 0.94 0.37
Hex B8 51 6 0 38 61 1C 19 5E 25
Octal 270 121 6 0 70 141 34 31 136 45
Binary 10111000 1010001 110 0 111000 1100001 11100 11001 1011110 100101

Color Harmonies of #B85106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85106

Black with #B85106

Text Example


Text Example

White with #B85106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85106; }

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

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

background-color css

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

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

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

border-color css

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

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

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