Html Css Color HEX #B65611 Rust

📋 copy color: '#B65611'

red 182 ◦ green 86 ◦ blue 17

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

Shades of Rust #B65611

Tints of Rust #B65611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 63.86%
G = 30.18%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B65611 (or 0xB65611) is known color: Rust. HEX triplet: B6, 56 and 11. RGB value is (182,86,17). Sum of RGB (Red+Green+Blue) = 182+86+17=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B65611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65611 is #49A9EE. Grayscale: #6B6B6B. Windows color (decimal): -4827631 or 1136310. OLE color: 1136310.

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

Color convert

RGB 182 86 17 -
CMYK 0 0.53 0.91 0.29
HSL 25.09º 0.83% 0.39% -
HSV(B) 25.09º 0.91% 0.71% -
XYZ 22.72 16.64 2.54 -
YUV 106.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 182 86 17 0 0.53 0.91 0.29 25.09 0.83 0.39
Hex B6 56 11 0 35 5B 1D 19 53 27
Octal 266 126 21 0 65 133 35 31 123 47
Binary 10110110 1010110 10001 0 110101 1011011 11101 11001 1010011 100111

Color Harmonies of #B65611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65611

Black with #B65611

Text Example


Text Example

White with #B65611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65611; }

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

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

background-color css

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

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

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

border-color css

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

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

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