Html Css Color HEX #B94700 Rust

📋 copy color: '#B94700'

red 185 ◦ green 71 ◦ blue 0

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

Shades of Rust #B94700

Tints of Rust #B94700

RGB

 RED value IS 185 (72.66% from 255) = 72.27%

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

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

R = 72.27%
G = 27.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94700 (or 0xB94700) is known color: Rust. HEX triplet: B9, 47 and 00. RGB value is (185,71,0). Sum of RGB (Red+Green+Blue) = 185+71+0=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B94700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94700 is #46B8FF. Grayscale: #616161. Windows color (decimal): -4634880 or 18361. OLE color: 18361.

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

Color convert

RGB 185 71 0 -
CMYK 0 0.62 1 0.27
HSL 23.03º 1% 0.36% -
HSV(B) 23.03º 1% 0.73% -
XYZ 22.26 14.82 1.69 -
YUV 96.99 73.27 190.77 -
System Red Green Blue C M Y K H S L
Decimal 185 71 0 0 0.62 1 0.27 23.03 1 0.36
Hex B9 47 0 0 3E 64 1B 17 64 24
Octal 271 107 0 0 76 144 33 27 144 44
Binary 10111001 1000111 0 0 111110 1100100 11011 10111 1100100 100100

Color Harmonies of #B94700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94700

Black with #B94700

Text Example


Text Example

White with #B94700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94700; }

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

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

background-color css

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

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

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

border-color css

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

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

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