Html Css Color HEX #B85611 Rust

📋 copy color: '#B85611'

red 184 ◦ green 86 ◦ blue 17

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

Shades of Rust #B85611

Tints of Rust #B85611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 64.11%
G = 29.97%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85611 (or 0xB85611) is known color: Rust. HEX triplet: B8, 56 and 11. RGB value is (184,86,17). Sum of RGB (Red+Green+Blue) = 184+86+17=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B85611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85611 is #47A9EE. Grayscale: #6B6B6B. Windows color (decimal): -4696559 or 1136312. OLE color: 1136312.

HSL color Cylindrical-coordinate representation of color #B85611: hue angle of 24.79º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B85611 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 17 -
CMYK 0 0.53 0.91 0.28
HSL 24.79º 0.83% 0.39% -
HSV(B) 24.79º 0.91% 0.72% -
XYZ 23.2 16.89 2.57 -
YUV 107.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 184 86 17 0 0.53 0.91 0.28 24.79 0.83 0.39
Hex B8 56 11 0 35 5B 1C 19 53 27
Octal 270 126 21 0 65 133 34 31 123 47
Binary 10111000 1010110 10001 0 110101 1011011 11100 11001 1010011 100111

Color Harmonies of #B85611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85611

Black with #B85611

Text Example


Text Example

White with #B85611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85611; }

 p { color: rgb(184,86,17); }

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

background-color css

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

 a { background-color: rgb(184,86,17); }

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

border-color css

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

 span { border-color: rgb(184,86,17); }

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