Html Css Color HEX #B15614 Rust

📋 copy color: '#B15614'

red 177 ◦ green 86 ◦ blue 20

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

Shades of Rust #B15614

Tints of Rust #B15614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 62.54%
G = 30.39%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B15614 (or 0xB15614) is known color: Rust. HEX triplet: B1, 56 and 14. RGB value is (177,86,20). Sum of RGB (Red+Green+Blue) = 177+86+20=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B15614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15614 is #4EA9EB. Grayscale: #6A6A6A. Windows color (decimal): -5155308 or 1332913. OLE color: 1332913.

HSL color Cylindrical-coordinate representation of color #B15614: hue angle of 25.22º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B15614 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 86 20 -
CMYK 0 0.51 0.89 0.31
HSL 25.22º 0.8% 0.39% -
HSV(B) 25.22º 0.89% 0.69% -
XYZ 21.59 16.05 2.62 -
YUV 105.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 177 86 20 0 0.51 0.89 0.31 25.22 0.8 0.39
Hex B1 56 14 0 33 59 1F 19 50 27
Octal 261 126 24 0 63 131 37 31 120 47
Binary 10110001 1010110 10100 0 110011 1011001 11111 11001 1010000 100111

Color Harmonies of #B15614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15614

Black with #B15614

Text Example


Text Example

White with #B15614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15614; }

 p { color: rgb(177,86,20); }

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

background-color css

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

 a { background-color: rgb(177,86,20); }

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

border-color css

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

 span { border-color: rgb(177,86,20); }

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