Html Css Color HEX #B15307 Rust

📋 copy color: '#B15307'

red 177 ◦ green 83 ◦ blue 7

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

Shades of Rust #B15307

Tints of Rust #B15307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 66.29%
G = 31.09%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B15307 (or 0xB15307) is known color: Rust. HEX triplet: B1, 53 and 07. RGB value is (177,83,7). Sum of RGB (Red+Green+Blue) = 177+83+7=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B15307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15307 is #4EACF8. Grayscale: #666666. Windows color (decimal): -5156089 or 480177. OLE color: 480177.

HSL color Cylindrical-coordinate representation of color #B15307: hue angle of 26.82º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B15307 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 7 -
CMYK 0 0.53 0.96 0.31
HSL 26.82º 0.92% 0.36% -
HSV(B) 26.82º 0.96% 0.69% -
XYZ 21.26 15.55 2.08 -
YUV 102.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 177 83 7 0 0.53 0.96 0.31 26.82 0.92 0.36
Hex B1 53 7 0 35 60 1F 1B 5C 24
Octal 261 123 7 0 65 140 37 33 134 44
Binary 10110001 1010011 111 0 110101 1100000 11111 11011 1011100 100100

Color Harmonies of #B15307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15307

Black with #B15307

Text Example


Text Example

White with #B15307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15307; }

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

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

background-color css

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

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

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

border-color css

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

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

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