Html Css Color HEX #B65517 Rust

📋 copy color: '#B65517'

red 182 ◦ green 85 ◦ blue 23

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

Shades of Rust #B65517

Tints of Rust #B65517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 23 (9.38% from 255) = 7.93%

R = 62.76%
G = 29.31%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B65517 (or 0xB65517) is known color: Rust. HEX triplet: B6, 55 and 17. RGB value is (182,85,23). Sum of RGB (Red+Green+Blue) = 182+85+23=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B65517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65517 is #49AAE8. Grayscale: #6B6B6B. Windows color (decimal): -4827881 or 1529270. OLE color: 1529270.

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

Color convert

RGB 182 85 23 -
CMYK 0 0.53 0.87 0.29
HSL 23.4º 0.78% 0.4% -
HSV(B) 23.4º 0.87% 0.71% -
XYZ 22.69 16.5 2.8 -
YUV 106.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 182 85 23 0 0.53 0.87 0.29 23.4 0.78 0.4
Hex B6 55 17 0 35 57 1D 17 4E 28
Octal 266 125 27 0 65 127 35 27 116 50
Binary 10110110 1010101 10111 0 110101 1010111 11101 10111 1001110 101000

Color Harmonies of #B65517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65517

Black with #B65517

Text Example


Text Example

White with #B65517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65517; }

 p { color: rgb(182,85,23); }

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

background-color css

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

 a { background-color: rgb(182,85,23); }

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

border-color css

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

 span { border-color: rgb(182,85,23); }

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