Html Css Color HEX #B65816 Rust

📋 copy color: '#B65816'

red 182 ◦ green 88 ◦ blue 22

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

Shades of Rust #B65816

Tints of Rust #B65816

RGB

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

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

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

R = 62.33%
G = 30.14%
B = 7.53%

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

#B65816 (or 0xB65816) is known color: Rust. HEX triplet: B6, 58 and 16. RGB value is (182,88,22). Sum of RGB (Red+Green+Blue) = 182+88+22=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B65816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65816 is #49A7E9. Grayscale: #6C6C6C. Windows color (decimal): -4827114 or 1464502. OLE color: 1464502.

HSL color Cylindrical-coordinate representation of color #B65816: hue angle of 24.75º 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 #B65816 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 88 22 -
CMYK 0 0.52 0.88 0.29
HSL 24.75º 0.78% 0.4% -
HSV(B) 24.75º 0.88% 0.71% -
XYZ 22.93 16.98 2.83 -
YUV 108.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 182 88 22 0 0.52 0.88 0.29 24.75 0.78 0.4
Hex B6 58 16 0 34 58 1D 19 4E 28
Octal 266 130 26 0 64 130 35 31 116 50
Binary 10110110 1011000 10110 0 110100 1011000 11101 11001 1001110 101000

Color Harmonies of #B65816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65816

Black with #B65816

Text Example


Text Example

White with #B65816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65816; }

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

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

background-color css

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

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

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

border-color css

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

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

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