Html Css Color HEX #B94F06 Rust

📋 copy color: '#B94F06'

red 185 ◦ green 79 ◦ blue 6

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

Shades of Rust #B94F06

Tints of Rust #B94F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

 BLUE value IS 6 (2.73% from 255) = 2.22%

R = 68.52%
G = 29.26%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94F06 (or 0xB94F06) is known color: Rust. HEX triplet: B9, 4F and 06. RGB value is (185,79,6). Sum of RGB (Red+Green+Blue) = 185+79+6=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F06 is #46B0F9. Grayscale: #666666. Windows color (decimal): -4632826 or 413625. OLE color: 413625.

HSL color Cylindrical-coordinate representation of color #B94F06: hue angle of 24.47º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B94F06 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 79 6 -
CMYK 0 0.57 0.97 0.27
HSL 24.47º 0.94% 0.37% -
HSV(B) 24.47º 0.97% 0.73% -
XYZ 22.84 15.92 2.04 -
YUV 102.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 185 79 6 0 0.57 0.97 0.27 24.47 0.94 0.37
Hex B9 4F 6 0 39 61 1B 18 5E 25
Octal 271 117 6 0 71 141 33 30 136 45
Binary 10111001 1001111 110 0 111001 1100001 11011 11000 1011110 100101

Color Harmonies of #B94F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F06

Black with #B94F06

Text Example


Text Example

White with #B94F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F06; }

 p { color: rgb(185,79,6); }

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

background-color css

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

 a { background-color: rgb(185,79,6); }

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

border-color css

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

 span { border-color: rgb(185,79,6); }

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