Html Css Color HEX #B65716 Rust

📋 copy color: '#B65716'

red 182 ◦ green 87 ◦ blue 22

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

Shades of Rust #B65716

Tints of Rust #B65716

RGB

 RED value IS 182 (71.48% from 255) = 62.54%

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 62.54%
G = 29.9%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65716 (or 0xB65716) is known color: Rust. HEX triplet: B6, 57 and 16. RGB value is (182,87,22). Sum of RGB (Red+Green+Blue) = 182+87+22=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B65716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65716 is #49A8E9. Grayscale: #6C6C6C. Windows color (decimal): -4827370 or 1464246. OLE color: 1464246.

HSL color Cylindrical-coordinate representation of color #B65716: hue angle of 24.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B65716 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 87 22 -
CMYK 0 0.52 0.88 0.29
HSL 24.38º 0.78% 0.4% -
HSV(B) 24.38º 0.88% 0.71% -
XYZ 22.84 16.82 2.8 -
YUV 108 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 182 87 22 0 0.52 0.88 0.29 24.38 0.78 0.4
Hex B6 57 16 0 34 58 1D 18 4E 28
Octal 266 127 26 0 64 130 35 30 116 50
Binary 10110110 1010111 10110 0 110100 1011000 11101 11000 1001110 101000

Color Harmonies of #B65716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65716

Black with #B65716

Text Example


Text Example

White with #B65716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65716; }

 p { color: rgb(182,87,22); }

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

background-color css

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

 a { background-color: rgb(182,87,22); }

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

border-color css

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

 span { border-color: rgb(182,87,22); }

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