Html Css Color HEX #B15306 Rust

📋 copy color: '#B15306'

red 177 ◦ green 83 ◦ blue 6

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

Shades of Rust #B15306

Tints of Rust #B15306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 66.54%
G = 31.2%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B15306 (or 0xB15306) is known color: Rust. HEX triplet: B1, 53 and 06. RGB value is (177,83,6). Sum of RGB (Red+Green+Blue) = 177+83+6=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B15306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15306 is #4EACF9. Grayscale: #666666. Windows color (decimal): -5156090 or 414641. OLE color: 414641.

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

Color convert

RGB 177 83 6 -
CMYK 0 0.53 0.97 0.31
HSL 27.02º 0.93% 0.36% -
HSV(B) 27.02º 0.97% 0.69% -
XYZ 21.26 15.55 2.05 -
YUV 102.33 73.64 181.26 -
System Red Green Blue C M Y K H S L
Decimal 177 83 6 0 0.53 0.97 0.31 27.02 0.93 0.36
Hex B1 53 6 0 35 61 1F 1B 5D 24
Octal 261 123 6 0 65 141 37 33 135 44
Binary 10110001 1010011 110 0 110101 1100001 11111 11011 1011101 100100

Color Harmonies of #B15306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15306

Black with #B15306

Text Example


Text Example

White with #B15306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15306; }

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

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

background-color css

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

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

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

border-color css

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

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

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