Html Css Color HEX #BC4707 Rust

📋 copy color: '#BC4707'

red 188 ◦ green 71 ◦ blue 7

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

Shades of Rust #BC4707

Tints of Rust #BC4707

RGB

 RED value IS 188 (73.83% from 255) = 70.68%

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 70.68%
G = 26.69%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC4707 (or 0xBC4707) is known color: Rust. HEX triplet: BC, 47 and 07. RGB value is (188,71,7). Sum of RGB (Red+Green+Blue) = 188+71+7=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4707 is #43B8F8. Grayscale: #636363. Windows color (decimal): -4438265 or 477116. OLE color: 477116.

HSL color Cylindrical-coordinate representation of color #BC4707: hue angle of 21.22º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC4707 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 7 -
CMYK 0 0.62 0.96 0.26
HSL 21.22º 0.93% 0.38% -
HSV(B) 21.22º 0.96% 0.74% -
XYZ 23.03 15.21 1.92 -
YUV 98.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 188 71 7 0 0.62 0.96 0.26 21.22 0.93 0.38
Hex BC 47 7 0 3E 60 1A 15 5D 26
Octal 274 107 7 0 76 140 32 25 135 46
Binary 10111100 1000111 111 0 111110 1100000 11010 10101 1011101 100110

Color Harmonies of #BC4707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4707

Black with #BC4707

Text Example


Text Example

White with #BC4707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4707; }

 p { color: rgb(188,71,7); }

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

background-color css

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

 a { background-color: rgb(188,71,7); }

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

border-color css

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

 span { border-color: rgb(188,71,7); }

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