Html Css Color HEX #B64700 Rust

📋 copy color: '#B64700'

red 182 ◦ green 71 ◦ blue 0

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

Shades of Rust #B64700

Tints of Rust #B64700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.94%
G = 28.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B64700 (or 0xB64700) is known color: Rust. HEX triplet: B6, 47 and 00. RGB value is (182,71,0). Sum of RGB (Red+Green+Blue) = 182+71+0=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B64700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64700 is #49B8FF. Grayscale: #606060. Windows color (decimal): -4831488 or 18358. OLE color: 18358.

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

Color convert

RGB 182 71 0 -
CMYK 0 0.61 1 0.29
HSL 23.41º 1% 0.36% -
HSV(B) 23.41º 1% 0.71% -
XYZ 21.54 14.45 1.65 -
YUV 96.1 73.77 189.27 -
System Red Green Blue C M Y K H S L
Decimal 182 71 0 0 0.61 1 0.29 23.41 1 0.36
Hex B6 47 0 0 3D 64 1D 17 64 24
Octal 266 107 0 0 75 144 35 27 144 44
Binary 10110110 1000111 0 0 111101 1100100 11101 10111 1100100 100100

Color Harmonies of #B64700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64700

Black with #B64700

Text Example


Text Example

White with #B64700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64700; }

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

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

background-color css

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

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

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

border-color css

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

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

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