Html Css Color HEX #B94A07 Rust

📋 copy color: '#B94A07'

red 185 ◦ green 74 ◦ blue 7

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

Shades of Rust #B94A07

Tints of Rust #B94A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 69.55%
G = 27.82%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B94A07 (or 0xB94A07) is known color: Rust. HEX triplet: B9, 4A and 07. RGB value is (185,74,7). Sum of RGB (Red+Green+Blue) = 185+74+7=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A07 is #46B5F8. Grayscale: #636363. Windows color (decimal): -4634105 or 477881. OLE color: 477881.

HSL color Cylindrical-coordinate representation of color #B94A07: hue angle of 22.58º degrees, saturation: 0.93, 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 #B94A07 is Cyan = 0, Magento = 0.6, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 7 -
CMYK 0 0.6 0.96 0.27
HSL 22.58º 0.93% 0.38% -
HSV(B) 22.58º 0.96% 0.73% -
XYZ 22.49 15.23 1.95 -
YUV 99.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 185 74 7 0 0.6 0.96 0.27 22.58 0.93 0.38
Hex B9 4A 7 0 3C 60 1B 17 5D 26
Octal 271 112 7 0 74 140 33 27 135 46
Binary 10111001 1001010 111 0 111100 1100000 11011 10111 1011101 100110

Color Harmonies of #B94A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A07

Black with #B94A07

Text Example


Text Example

White with #B94A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A07; }

 p { color: rgb(185,74,7); }

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

background-color css

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

 a { background-color: rgb(185,74,7); }

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

border-color css

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

 span { border-color: rgb(185,74,7); }

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