Html Css Color HEX #B85914 Rust

📋 copy color: '#B85914'

red 184 ◦ green 89 ◦ blue 20

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

Shades of Rust #B85914

Tints of Rust #B85914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 62.8%
G = 30.38%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B85914 (or 0xB85914) is known color: Rust. HEX triplet: B8, 59 and 14. RGB value is (184,89,20). Sum of RGB (Red+Green+Blue) = 184+89+20=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B85914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85914 is #47A6EB. Grayscale: #6D6D6D. Windows color (decimal): -4695788 or 1333688. OLE color: 1333688.

HSL color Cylindrical-coordinate representation of color #B85914: hue angle of 25.24º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B85914 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 89 20 -
CMYK 0 0.52 0.89 0.28
HSL 25.24º 0.8% 0.4% -
HSV(B) 25.24º 0.89% 0.72% -
XYZ 23.47 17.39 2.78 -
YUV 109.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 184 89 20 0 0.52 0.89 0.28 25.24 0.8 0.4
Hex B8 59 14 0 34 59 1C 19 50 28
Octal 270 131 24 0 64 131 34 31 120 50
Binary 10111000 1011001 10100 0 110100 1011001 11100 11001 1010000 101000

Color Harmonies of #B85914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85914

Black with #B85914

Text Example


Text Example

White with #B85914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85914; }

 p { color: rgb(184,89,20); }

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

background-color css

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

 a { background-color: rgb(184,89,20); }

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

border-color css

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

 span { border-color: rgb(184,89,20); }

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