Html Css Color HEX #B65614 Rust

📋 copy color: '#B65614'

red 182 ◦ green 86 ◦ blue 20

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

Shades of Rust #B65614

Tints of Rust #B65614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 63.19%
G = 29.86%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B65614 (or 0xB65614) is known color: Rust. HEX triplet: B6, 56 and 14. RGB value is (182,86,20). Sum of RGB (Red+Green+Blue) = 182+86+20=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B65614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65614 is #49A9EB. Grayscale: #6B6B6B. Windows color (decimal): -4827628 or 1332918. OLE color: 1332918.

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

Color convert

RGB 182 86 20 -
CMYK 0 0.53 0.89 0.29
HSL 24.44º 0.8% 0.4% -
HSV(B) 24.44º 0.89% 0.71% -
XYZ 22.75 16.65 2.68 -
YUV 107.18 78.8 181.37 -
System Red Green Blue C M Y K H S L
Decimal 182 86 20 0 0.53 0.89 0.29 24.44 0.8 0.4
Hex B6 56 14 0 35 59 1D 18 50 28
Octal 266 126 24 0 65 131 35 30 120 50
Binary 10110110 1010110 10100 0 110101 1011001 11101 11000 1010000 101000

Color Harmonies of #B65614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65614

Black with #B65614

Text Example


Text Example

White with #B65614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65614; }

 p { color: rgb(182,86,20); }

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

background-color css

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

 a { background-color: rgb(182,86,20); }

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

border-color css

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

 span { border-color: rgb(182,86,20); }

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