Html Css Color HEX #BC4605 Rust

📋 copy color: '#BC4605'

red 188 ◦ green 70 ◦ blue 5

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

Shades of Rust #BC4605

Tints of Rust #BC4605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 71.48%
G = 26.62%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC4605 (or 0xBC4605) is known color: Rust. HEX triplet: BC, 46 and 05. RGB value is (188,70,5). Sum of RGB (Red+Green+Blue) = 188+70+5=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4605 is #43B9FA. Grayscale: #626262. Windows color (decimal): -4438523 or 345788. OLE color: 345788.

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

Color convert

RGB 188 70 5 -
CMYK 0 0.63 0.97 0.26
HSL 21.31º 0.95% 0.38% -
HSV(B) 21.31º 0.97% 0.74% -
XYZ 22.96 15.08 1.84 -
YUV 97.87 75.59 192.29 -
System Red Green Blue C M Y K H S L
Decimal 188 70 5 0 0.63 0.97 0.26 21.31 0.95 0.38
Hex BC 46 5 0 3F 61 1A 15 5F 26
Octal 274 106 5 0 77 141 32 25 137 46
Binary 10111100 1000110 101 0 111111 1100001 11010 10101 1011111 100110

Color Harmonies of #BC4605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4605

Black with #BC4605

Text Example


Text Example

White with #BC4605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4605; }

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

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

background-color css

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

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

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

border-color css

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

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

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