Html Css Color HEX #BC4705 Rust

📋 copy color: '#BC4705'

red 188 ◦ green 71 ◦ blue 5

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

Shades of Rust #BC4705

Tints of Rust #BC4705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 71.21%
G = 26.89%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC4705 (or 0xBC4705) is known color: Rust. HEX triplet: BC, 47 and 05. RGB value is (188,71,5). Sum of RGB (Red+Green+Blue) = 188+71+5=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4705 is #43B8FA. Grayscale: #626262. Windows color (decimal): -4438267 or 346044. OLE color: 346044.

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

Color convert

RGB 188 71 5 -
CMYK 0 0.62 0.97 0.26
HSL 21.64º 0.95% 0.38% -
HSV(B) 21.64º 0.97% 0.74% -
XYZ 23.02 15.21 1.87 -
YUV 98.46 75.26 191.87 -
System Red Green Blue C M Y K H S L
Decimal 188 71 5 0 0.62 0.97 0.26 21.64 0.95 0.38
Hex BC 47 5 0 3E 61 1A 16 5F 26
Octal 274 107 5 0 76 141 32 26 137 46
Binary 10111100 1000111 101 0 111110 1100001 11010 10110 1011111 100110

Color Harmonies of #BC4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4705

Black with #BC4705

Text Example


Text Example

White with #BC4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4705; }

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

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

background-color css

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

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

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

border-color css

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

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

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