Html Css Color HEX #B85217 Rust

📋 copy color: '#B85217'

red 184 ◦ green 82 ◦ blue 23

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

Shades of Rust #B85217

Tints of Rust #B85217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 63.67%
G = 28.37%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B85217 (or 0xB85217) is known color: Rust. HEX triplet: B8, 52 and 17. RGB value is (184,82,23). Sum of RGB (Red+Green+Blue) = 184+82+23=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85217 is #47ADE8. Grayscale: #6A6A6A. Windows color (decimal): -4697577 or 1528504. OLE color: 1528504.

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

Color convert

RGB 184 82 23 -
CMYK 0 0.55 0.88 0.28
HSL 21.99º 0.78% 0.41% -
HSV(B) 21.99º 0.88% 0.72% -
XYZ 22.94 16.29 2.75 -
YUV 105.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 184 82 23 0 0.55 0.88 0.28 21.99 0.78 0.41
Hex B8 52 17 0 37 58 1C 16 4E 29
Octal 270 122 27 0 67 130 34 26 116 51
Binary 10111000 1010010 10111 0 110111 1011000 11100 10110 1001110 101001

Color Harmonies of #B85217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85217

Black with #B85217

Text Example


Text Example

White with #B85217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85217; }

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

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

background-color css

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

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

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

border-color css

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

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

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