Html Css Color HEX #B85105 Rust

📋 copy color: '#B85105'

red 184 ◦ green 81 ◦ blue 5

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

Shades of Rust #B85105

Tints of Rust #B85105

RGB

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

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

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

R = 68.15%
G = 30%
B = 1.85%

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

#B85105 (or 0xB85105) is known color: Rust. HEX triplet: B8, 51 and 05. RGB value is (184,81,5). Sum of RGB (Red+Green+Blue) = 184+81+5=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B85105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85105 is #47AEFA. Grayscale: #676767. Windows color (decimal): -4697851 or 348600. OLE color: 348600.

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

Color convert

RGB 184 81 5 -
CMYK 0 0.56 0.97 0.28
HSL 25.47º 0.95% 0.37% -
HSV(B) 25.47º 0.97% 0.72% -
XYZ 22.74 16.09 2.05 -
YUV 103.13 72.62 185.68 -
System Red Green Blue C M Y K H S L
Decimal 184 81 5 0 0.56 0.97 0.28 25.47 0.95 0.37
Hex B8 51 5 0 38 61 1C 19 5F 25
Octal 270 121 5 0 70 141 34 31 137 45
Binary 10111000 1010001 101 0 111000 1100001 11100 11001 1011111 100101

Color Harmonies of #B85105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85105

Black with #B85105

Text Example


Text Example

White with #B85105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85105; }

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

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

background-color css

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

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

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

border-color css

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

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

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