Html Css Color HEX #B84A06 Rust

📋 copy color: '#B84A06'

red 184 ◦ green 74 ◦ blue 6

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

Shades of Rust #B84A06

Tints of Rust #B84A06

RGB

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

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

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

R = 69.7%
G = 28.03%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B84A06 (or 0xB84A06) is known color: Rust. HEX triplet: B8, 4A and 06. RGB value is (184,74,6). Sum of RGB (Red+Green+Blue) = 184+74+6=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A06 is #47B5F9. Grayscale: #636363. Windows color (decimal): -4699642 or 412344. OLE color: 412344.

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

Color convert

RGB 184 74 6 -
CMYK 0 0.60 0.97 0.28
HSL 22.92º 0.94% 0.37% -
HSV(B) 22.92º 0.97% 0.72% -
XYZ 22.25 15.1 1.91 -
YUV 99.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 184 74 6 0 0.60 0.97 0.28 22.92 0.94 0.37
Hex B8 4A 6 0 3C 61 1C 17 5E 25
Octal 270 112 6 0 74 141 34 27 136 45
Binary 10111000 1001010 110 0 111100 1100001 11100 10111 1011110 100101

Color Harmonies of #B84A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A06

Black with #B84A06

Text Example


Text Example

White with #B84A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A06; }

 p { color: rgb(184,74,6); }

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

background-color css

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

 a { background-color: rgb(184,74,6); }

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

border-color css

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

 span { border-color: rgb(184,74,6); }

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