Html Css Color HEX #B95614 Rust

📋 copy color: '#B95614'

red 185 ◦ green 86 ◦ blue 20

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

Shades of Rust #B95614

Tints of Rust #B95614

RGB

 RED value IS 185 (72.66% from 255) = 63.57%

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

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

R = 63.57%
G = 29.55%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95614 (or 0xB95614) is known color: Rust. HEX triplet: B9, 56 and 14. RGB value is (185,86,20). Sum of RGB (Red+Green+Blue) = 185+86+20=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B95614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95614 is #46A9EB. Grayscale: #6C6C6C. Windows color (decimal): -4631020 or 1332921. OLE color: 1332921.

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

Color convert

RGB 185 86 20 -
CMYK 0 0.54 0.89 0.27
HSL 24º 0.8% 0.4% -
HSV(B) 24º 0.89% 0.73% -
XYZ 23.46 17.02 2.71 -
YUV 108.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 185 86 20 0 0.54 0.89 0.27 24 0.8 0.4
Hex B9 56 14 0 36 59 1B 18 50 28
Octal 271 126 24 0 66 131 33 30 120 50
Binary 10111001 1010110 10100 0 110110 1011001 11011 11000 1010000 101000

Color Harmonies of #B95614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95614

Black with #B95614

Text Example


Text Example

White with #B95614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95614; }

 p { color: rgb(185,86,20); }

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

background-color css

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

 a { background-color: rgb(185,86,20); }

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

border-color css

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

 span { border-color: rgb(185,86,20); }

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