Html Css Color HEX #B05207 Rust

📋 copy color: '#B05207'

red 176 ◦ green 82 ◦ blue 7

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

Shades of Rust #B05207

Tints of Rust #B05207

RGB

 RED value IS 176 (69.14% from 255) = 66.42%

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 66.42%
G = 30.94%
B = 2.64%

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

#B05207 (or 0xB05207) is known color: Rust. HEX triplet: B0, 52 and 07. RGB value is (176,82,7). Sum of RGB (Red+Green+Blue) = 176+82+7=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05207 is #4FADF8. Grayscale: #656565. Windows color (decimal): -5221881 or 479920. OLE color: 479920.

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

Color convert

RGB 176 82 7 -
CMYK 0 0.53 0.96 0.31
HSL 26.63º 0.92% 0.36% -
HSV(B) 26.63º 0.96% 0.69% -
XYZ 20.96 15.28 2.05 -
YUV 101.56 74.64 181.1 -
System Red Green Blue C M Y K H S L
Decimal 176 82 7 0 0.53 0.96 0.31 26.63 0.92 0.36
Hex B0 52 7 0 35 60 1F 1B 5C 24
Octal 260 122 7 0 65 140 37 33 134 44
Binary 10110000 1010010 111 0 110101 1100000 11111 11011 1011100 100100

Color Harmonies of #B05207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05207

Black with #B05207

Text Example


Text Example

White with #B05207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05207; }

 p { color: rgb(176,82,7); }

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

background-color css

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

 a { background-color: rgb(176,82,7); }

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

border-color css

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

 span { border-color: rgb(176,82,7); }

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