Html Css Color HEX #B65204 Rust

📋 copy color: '#B65204'

red 182 ◦ green 82 ◦ blue 4

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

Shades of Rust #B65204

Tints of Rust #B65204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 67.91%
G = 30.6%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B65204 (or 0xB65204) is known color: Rust. HEX triplet: B6, 52 and 04. RGB value is (182,82,4). Sum of RGB (Red+Green+Blue) = 182+82+4=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B65204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65204 is #49ADFB. Grayscale: #676767. Windows color (decimal): -4828668 or 283318. OLE color: 283318.

HSL color Cylindrical-coordinate representation of color #B65204: hue angle of 26.29º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B65204 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 82 4 -
CMYK 0 0.55 0.98 0.29
HSL 26.29º 0.96% 0.36% -
HSV(B) 26.29º 0.98% 0.71% -
XYZ 22.33 15.99 2.02 -
YUV 103.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 182 82 4 0 0.55 0.98 0.29 26.29 0.96 0.36
Hex B6 52 4 0 37 62 1D 1A 60 24
Octal 266 122 4 0 67 142 35 32 140 44
Binary 10110110 1010010 100 0 110111 1100010 11101 11010 1100000 100100

Color Harmonies of #B65204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65204

Black with #B65204

Text Example


Text Example

White with #B65204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65204; }

 p { color: rgb(182,82,4); }

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

background-color css

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

 a { background-color: rgb(182,82,4); }

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

border-color css

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

 span { border-color: rgb(182,82,4); }

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