Html Css Color HEX #B74805 Rust

📋 copy color: '#B74805'

red 183 ◦ green 72 ◦ blue 5

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

Shades of Rust #B74805

Tints of Rust #B74805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 70.38%
G = 27.69%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74805 (or 0xB74805) is known color: Rust. HEX triplet: B7, 48 and 05. RGB value is (183,72,5). Sum of RGB (Red+Green+Blue) = 183+72+5=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B74805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74805 is #48B7FA. Grayscale: #616161. Windows color (decimal): -4765691 or 346295. OLE color: 346295.

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

Color convert

RGB 183 72 5 -
CMYK 0 0.61 0.97 0.28
HSL 22.58º 0.95% 0.37% -
HSV(B) 22.58º 0.97% 0.72% -
XYZ 21.87 14.71 1.83 -
YUV 97.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 183 72 5 0 0.61 0.97 0.28 22.58 0.95 0.37
Hex B7 48 5 0 3D 61 1C 17 5F 25
Octal 267 110 5 0 75 141 34 27 137 45
Binary 10110111 1001000 101 0 111101 1100001 11100 10111 1011111 100101

Color Harmonies of #B74805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74805

Black with #B74805

Text Example


Text Example

White with #B74805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74805; }

 p { color: rgb(183,72,5); }

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

background-color css

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

 a { background-color: rgb(183,72,5); }

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

border-color css

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

 span { border-color: rgb(183,72,5); }

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