Html Css Color HEX #B95816 Rust

📋 copy color: '#B95816'

red 185 ◦ green 88 ◦ blue 22

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

Shades of Rust #B95816

Tints of Rust #B95816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 62.71%
G = 29.83%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B95816 (or 0xB95816) is known color: Rust. HEX triplet: B9, 58 and 16. RGB value is (185,88,22). Sum of RGB (Red+Green+Blue) = 185+88+22=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B95816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95816 is #46A7E9. Grayscale: #6D6D6D. Windows color (decimal): -4630506 or 1464505. OLE color: 1464505.

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

Color convert

RGB 185 88 22 -
CMYK 0 0.52 0.88 0.27
HSL 24.29º 0.79% 0.41% -
HSV(B) 24.29º 0.88% 0.73% -
XYZ 23.64 17.35 2.86 -
YUV 109.48 78.64 181.87 -
System Red Green Blue C M Y K H S L
Decimal 185 88 22 0 0.52 0.88 0.27 24.29 0.79 0.41
Hex B9 58 16 0 34 58 1B 18 4F 29
Octal 271 130 26 0 64 130 33 30 117 51
Binary 10111001 1011000 10110 0 110100 1011000 11011 11000 1001111 101001

Color Harmonies of #B95816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95816

Black with #B95816

Text Example


Text Example

White with #B95816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95816; }

 p { color: rgb(185,88,22); }

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

background-color css

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

 a { background-color: rgb(185,88,22); }

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

border-color css

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

 span { border-color: rgb(185,88,22); }

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