Html Css Color HEX #B85B14 Rust

📋 copy color: '#B85B14'

red 184 ◦ green 91 ◦ blue 20

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

Shades of Rust #B85B14

Tints of Rust #B85B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 62.37%
G = 30.85%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B85B14 (or 0xB85B14) is known color: Rust. HEX triplet: B8, 5B and 14. RGB value is (184,91,20). Sum of RGB (Red+Green+Blue) = 184+91+20=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B14 is #47A4EB. Grayscale: #6F6F6F. Windows color (decimal): -4695276 or 1334200. OLE color: 1334200.

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

Color convert

RGB 184 91 20 -
CMYK 0 0.51 0.89 0.28
HSL 25.98º 0.8% 0.4% -
HSV(B) 25.98º 0.89% 0.72% -
XYZ 23.63 17.72 2.84 -
YUV 110.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 184 91 20 0 0.51 0.89 0.28 25.98 0.8 0.4
Hex B8 5B 14 0 33 59 1C 1A 50 28
Octal 270 133 24 0 63 131 34 32 120 50
Binary 10111000 1011011 10100 0 110011 1011001 11100 11010 1010000 101000

Color Harmonies of #B85B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B14

Black with #B85B14

Text Example


Text Example

White with #B85B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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