Html Css Color HEX #B65208 Rust

📋 copy color: '#B65208'

red 182 ◦ green 82 ◦ blue 8

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

Shades of Rust #B65208

Tints of Rust #B65208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 66.91%
G = 30.15%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B65208 (or 0xB65208) is known color: Rust. HEX triplet: B6, 52 and 08. RGB value is (182,82,8). Sum of RGB (Red+Green+Blue) = 182+82+8=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B65208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65208 is #49ADF7. Grayscale: #676767. Windows color (decimal): -4828664 or 545462. OLE color: 545462.

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

Color convert

RGB 182 82 8 -
CMYK 0 0.55 0.96 0.29
HSL 25.52º 0.92% 0.37% -
HSV(B) 25.52º 0.96% 0.71% -
XYZ 22.35 16 2.14 -
YUV 103.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 182 82 8 0 0.55 0.96 0.29 25.52 0.92 0.37
Hex B6 52 8 0 37 60 1D 1A 5C 25
Octal 266 122 10 0 67 140 35 32 134 45
Binary 10110110 1010010 1000 0 110111 1100000 11101 11010 1011100 100101

Color Harmonies of #B65208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65208

Black with #B65208

Text Example


Text Example

White with #B65208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65208; }

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

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

background-color css

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

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

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

border-color css

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

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

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