Html Css Color HEX #B64708 Rust

📋 copy color: '#B64708'

red 182 ◦ green 71 ◦ blue 8

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

Shades of Rust #B64708

Tints of Rust #B64708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 69.73%
G = 27.2%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B64708 (or 0xB64708) is known color: Rust. HEX triplet: B6, 47 and 08. RGB value is (182,71,8). Sum of RGB (Red+Green+Blue) = 182+71+8=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B64708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64708 is #49B8F7. Grayscale: #616161. Windows color (decimal): -4831480 or 542646. OLE color: 542646.

HSL color Cylindrical-coordinate representation of color #B64708: hue angle of 21.72º 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 #B64708 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 8 -
CMYK 0 0.61 0.96 0.29
HSL 21.72º 0.92% 0.37% -
HSV(B) 21.72º 0.96% 0.71% -
XYZ 21.59 14.47 1.88 -
YUV 97.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 182 71 8 0 0.61 0.96 0.29 21.72 0.92 0.37
Hex B6 47 8 0 3D 60 1D 16 5C 25
Octal 266 107 10 0 75 140 35 26 134 45
Binary 10110110 1000111 1000 0 111101 1100000 11101 10110 1011100 100101

Color Harmonies of #B64708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64708

Black with #B64708

Text Example


Text Example

White with #B64708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64708; }

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

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

background-color css

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

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

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

border-color css

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

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

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