Html Css Color HEX #B14906 Rust

📋 copy color: '#B14906'

red 177 ◦ green 73 ◦ blue 6

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

Shades of Rust #B14906

Tints of Rust #B14906

RGB

 RED value IS 177 (69.53% from 255) = 69.14%

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

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

R = 69.14%
G = 28.52%
B = 2.34%

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

#B14906 (or 0xB14906) is known color: Rust. HEX triplet: B1, 49 and 06. RGB value is (177,73,6). Sum of RGB (Red+Green+Blue) = 177+73+6=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B14906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14906 is #4EB6F9. Grayscale: #606060. Windows color (decimal): -5158650 or 412081. OLE color: 412081.

HSL color Cylindrical-coordinate representation of color #B14906: hue angle of 23.51º 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 #B14906 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 6 -
CMYK 0 0.59 0.97 0.31
HSL 23.51º 0.93% 0.36% -
HSV(B) 23.51º 0.97% 0.69% -
XYZ 20.55 14.13 1.82 -
YUV 96.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 177 73 6 0 0.59 0.97 0.31 23.51 0.93 0.36
Hex B1 49 6 0 3B 61 1F 18 5D 24
Octal 261 111 6 0 73 141 37 30 135 44
Binary 10110001 1001001 110 0 111011 1100001 11111 11000 1011101 100100

Color Harmonies of #B14906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14906

Black with #B14906

Text Example


Text Example

White with #B14906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14906; }

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

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

background-color css

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

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

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

border-color css

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

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

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