Html Css Color HEX #B84700 Rust

📋 copy color: '#B84700'

red 184 ◦ green 71 ◦ blue 0

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

Shades of Rust #B84700

Tints of Rust #B84700

RGB

 RED value IS 184 (72.27% from 255) = 72.16%

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

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

R = 72.16%
G = 27.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B84700 (or 0xB84700) is known color: Rust. HEX triplet: B8, 47 and 00. RGB value is (184,71,0). Sum of RGB (Red+Green+Blue) = 184+71+0=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B84700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84700 is #47B8FF. Grayscale: #616161. Windows color (decimal): -4700416 or 18360. OLE color: 18360.

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

Color convert

RGB 184 71 0 -
CMYK 0 0.61 1 0.28
HSL 23.15º 1% 0.36% -
HSV(B) 23.15º 1% 0.72% -
XYZ 22.02 14.7 1.68 -
YUV 96.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 184 71 0 0 0.61 1 0.28 23.15 1 0.36
Hex B8 47 0 0 3D 64 1C 17 64 24
Octal 270 107 0 0 75 144 34 27 144 44
Binary 10111000 1000111 0 0 111101 1100100 11100 10111 1100100 100100

Color Harmonies of #B84700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84700

Black with #B84700

Text Example


Text Example

White with #B84700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84700; }

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

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

background-color css

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

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

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

border-color css

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

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

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