Html Css Color HEX #B74704 Rust

📋 copy color: '#B74704'

red 183 ◦ green 71 ◦ blue 4

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

Shades of Rust #B74704

Tints of Rust #B74704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 4 (1.95% from 255) = 1.55%

R = 70.93%
G = 27.52%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74704 (or 0xB74704) is known color: Rust. HEX triplet: B7, 47 and 04. RGB value is (183,71,4). Sum of RGB (Red+Green+Blue) = 183+71+4=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B74704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74704 is #48B8FB. Grayscale: #616161. Windows color (decimal): -4765948 or 280503. OLE color: 280503.

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

Color convert

RGB 183 71 4 -
CMYK 0 0.61 0.98 0.28
HSL 22.46º 0.96% 0.37% -
HSV(B) 22.46º 0.98% 0.72% -
XYZ 21.8 14.58 1.78 -
YUV 96.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 183 71 4 0 0.61 0.98 0.28 22.46 0.96 0.37
Hex B7 47 4 0 3D 62 1C 16 60 25
Octal 267 107 4 0 75 142 34 26 140 45
Binary 10110111 1000111 100 0 111101 1100010 11100 10110 1100000 100101

Color Harmonies of #B74704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74704

Black with #B74704

Text Example


Text Example

White with #B74704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74704; }

 p { color: rgb(183,71,4); }

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

background-color css

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

 a { background-color: rgb(183,71,4); }

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

border-color css

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

 span { border-color: rgb(183,71,4); }

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