Html Css Color HEX #B74906 Rust

📋 copy color: '#B74906'

red 183 ◦ green 73 ◦ blue 6

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

Shades of Rust #B74906

Tints of Rust #B74906

RGB

 RED value IS 183 (71.88% from 255) = 69.85%

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

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

R = 69.85%
G = 27.86%
B = 2.29%

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

#B74906 (or 0xB74906) is known color: Rust. HEX triplet: B7, 49 and 06. RGB value is (183,73,6). Sum of RGB (Red+Green+Blue) = 183+73+6=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B74906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74906 is #48B6F9. Grayscale: #626262. Windows color (decimal): -4765434 or 412087. OLE color: 412087.

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

Color convert

RGB 183 73 6 -
CMYK 0 0.60 0.97 0.28
HSL 22.71º 0.94% 0.37% -
HSV(B) 22.71º 0.97% 0.72% -
XYZ 21.94 14.85 1.88 -
YUV 98.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 183 73 6 0 0.60 0.97 0.28 22.71 0.94 0.37
Hex B7 49 6 0 3C 61 1C 17 5E 25
Octal 267 111 6 0 74 141 34 27 136 45
Binary 10110111 1001001 110 0 111100 1100001 11100 10111 1011110 100101

Color Harmonies of #B74906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74906

Black with #B74906

Text Example


Text Example

White with #B74906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74906; }

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

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

background-color css

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

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

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

border-color css

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

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

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