Html Css Color HEX #B04906 Rust

📋 copy color: '#B04906'

red 176 ◦ green 73 ◦ blue 6

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

Shades of Rust #B04906

Tints of Rust #B04906

RGB

 RED value IS 176 (69.14% from 255) = 69.02%

 GREEN value IS 73 (28.91% from 255) = 28.63%

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

R = 69.02%
G = 28.63%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B04906 (or 0xB04906) is known color: Rust. HEX triplet: B0, 49 and 06. RGB value is (176,73,6). Sum of RGB (Red+Green+Blue) = 176+73+6=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B04906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04906 is #4FB6F9. Grayscale: #606060. Windows color (decimal): -5224186 or 412080. OLE color: 412080.

HSL color Cylindrical-coordinate representation of color #B04906: hue angle of 23.65º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04906 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 6 -
CMYK 0 0.59 0.97 0.31
HSL 23.65º 0.93% 0.36% -
HSV(B) 23.65º 0.97% 0.69% -
XYZ 20.32 14.01 1.81 -
YUV 96.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 176 73 6 0 0.59 0.97 0.31 23.65 0.93 0.36
Hex B0 49 6 0 3B 61 1F 18 5D 24
Octal 260 111 6 0 73 141 37 30 135 44
Binary 10110000 1001001 110 0 111011 1100001 11111 11000 1011101 100100

Color Harmonies of #B04906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04906

Black with #B04906

Text Example


Text Example

White with #B04906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04906; }

 p { color: rgb(176,73,6); }

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

background-color css

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

 a { background-color: rgb(176,73,6); }

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

border-color css

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

 span { border-color: rgb(176,73,6); }

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