Html Css Color HEX #B95615 Rust

📋 copy color: '#B95615'

red 185 ◦ green 86 ◦ blue 21

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

Shades of Rust #B95615

Tints of Rust #B95615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 63.36%
G = 29.45%
B = 7.19%

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

#B95615 (or 0xB95615) is known color: Rust. HEX triplet: B9, 56 and 15. RGB value is (185,86,21). Sum of RGB (Red+Green+Blue) = 185+86+21=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B95615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95615 is #46A9EA. Grayscale: #6C6C6C. Windows color (decimal): -4631019 or 1398457. OLE color: 1398457.

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

Color convert

RGB 185 86 21 -
CMYK 0 0.54 0.89 0.27
HSL 23.78º 0.8% 0.4% -
HSV(B) 23.78º 0.89% 0.73% -
XYZ 23.47 17.02 2.76 -
YUV 108.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 185 86 21 0 0.54 0.89 0.27 23.78 0.8 0.4
Hex B9 56 15 0 36 59 1B 18 50 28
Octal 271 126 25 0 66 131 33 30 120 50
Binary 10111001 1010110 10101 0 110110 1011001 11011 11000 1010000 101000

Color Harmonies of #B95615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95615

Black with #B95615

Text Example


Text Example

White with #B95615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95615; }

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

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

background-color css

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

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

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

border-color css

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

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

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