Html Css Color HEX #B04F00 Rust

📋 copy color: '#B04F00'

red 176 ◦ green 79 ◦ blue 0

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

Shades of Rust #B04F00

Tints of Rust #B04F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.02%
G = 30.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B04F00 (or 0xB04F00) is known color: Rust. HEX triplet: B0, 4F and 00. RGB value is (176,79,0). Sum of RGB (Red+Green+Blue) = 176+79+0=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F00 is #4FB0FF. Grayscale: #636363. Windows color (decimal): -5222656 or 20400. OLE color: 20400.

HSL color Cylindrical-coordinate representation of color #B04F00: hue angle of 26.93º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B04F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 79 0 -
CMYK 0 0.55 1 0.31
HSL 26.93º 1% 0.35% -
HSV(B) 26.93º 1% 0.69% -
XYZ 20.7 14.82 1.77 -
YUV 99 72.14 182.92 -
System Red Green Blue C M Y K H S L
Decimal 176 79 0 0 0.55 1 0.31 26.93 1 0.35
Hex B0 4F 0 0 37 64 1F 1B 64 23
Octal 260 117 0 0 67 144 37 33 144 43
Binary 10110000 1001111 0 0 110111 1100100 11111 11011 1100100 100011

Color Harmonies of #B04F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04F00

Black with #B04F00

Text Example


Text Example

White with #B04F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04F00; }

 p { color: rgb(176,79,0); }

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

background-color css

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

 a { background-color: rgb(176,79,0); }

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

border-color css

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

 span { border-color: rgb(176,79,0); }

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