Html Css Color HEX #B94608 Rust

📋 copy color: '#B94608'

red 185 ◦ green 70 ◦ blue 8

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

Shades of Rust #B94608

Tints of Rust #B94608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 70.34%
G = 26.62%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B94608 (or 0xB94608) is known color: Rust. HEX triplet: B9, 46 and 08. RGB value is (185,70,8). Sum of RGB (Red+Green+Blue) = 185+70+8=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B94608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94608 is #46B9F7. Grayscale: #616161. Windows color (decimal): -4635128 or 542393. OLE color: 542393.

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

Color convert

RGB 185 70 8 -
CMYK 0 0.62 0.96 0.27
HSL 21.02º 0.92% 0.38% -
HSV(B) 21.02º 0.96% 0.73% -
XYZ 22.24 14.71 1.9 -
YUV 97.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 185 70 8 0 0.62 0.96 0.27 21.02 0.92 0.38
Hex B9 46 8 0 3E 60 1B 15 5C 26
Octal 271 106 10 0 76 140 33 25 134 46
Binary 10111001 1000110 1000 0 111110 1100000 11011 10101 1011100 100110

Color Harmonies of #B94608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94608

Black with #B94608

Text Example


Text Example

White with #B94608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94608; }

 p { color: rgb(185,70,8); }

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

background-color css

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

 a { background-color: rgb(185,70,8); }

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

border-color css

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

 span { border-color: rgb(185,70,8); }

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