Html Css Color HEX #B95618 Rust

📋 copy color: '#B95618'

red 185 ◦ green 86 ◦ blue 24

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

Shades of Rust #B95618

Tints of Rust #B95618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 62.71%
G = 29.15%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B95618 (or 0xB95618) is known color: Rust. HEX triplet: B9, 56 and 18. RGB value is (185,86,24). Sum of RGB (Red+Green+Blue) = 185+86+24=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B95618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95618 is #46A9E7. Grayscale: #6C6C6C. Windows color (decimal): -4631016 or 1595065. OLE color: 1595065.

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

Color convert

RGB 185 86 24 -
CMYK 0 0.54 0.87 0.27
HSL 23.11º 0.77% 0.41% -
HSV(B) 23.11º 0.87% 0.73% -
XYZ 23.5 17.04 2.91 -
YUV 108.53 80.3 182.54 -
System Red Green Blue C M Y K H S L
Decimal 185 86 24 0 0.54 0.87 0.27 23.11 0.77 0.41
Hex B9 56 18 0 36 57 1B 17 4D 29
Octal 271 126 30 0 66 127 33 27 115 51
Binary 10111001 1010110 11000 0 110110 1010111 11011 10111 1001101 101001

Color Harmonies of #B95618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95618

Black with #B95618

Text Example


Text Example

White with #B95618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95618; }

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

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

background-color css

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

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

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

border-color css

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

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

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