Html Css Color HEX #BC4905 Rust

📋 copy color: '#BC4905'

red 188 ◦ green 73 ◦ blue 5

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

Shades of Rust #BC4905

Tints of Rust #BC4905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

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

R = 70.68%
G = 27.44%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC4905 (or 0xBC4905) is known color: Rust. HEX triplet: BC, 49 and 05. RGB value is (188,73,5). Sum of RGB (Red+Green+Blue) = 188+73+5=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4905 is #43B6FA. Grayscale: #646464. Windows color (decimal): -4437755 or 346556. OLE color: 346556.

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

Color convert

RGB 188 73 5 -
CMYK 0 0.61 0.97 0.26
HSL 22.3º 0.95% 0.38% -
HSV(B) 22.3º 0.97% 0.74% -
XYZ 23.15 15.47 1.91 -
YUV 99.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 188 73 5 0 0.61 0.97 0.26 22.3 0.95 0.38
Hex BC 49 5 0 3D 61 1A 16 5F 26
Octal 274 111 5 0 75 141 32 26 137 46
Binary 10111100 1001001 101 0 111101 1100001 11010 10110 1011111 100110

Color Harmonies of #BC4905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4905

Black with #BC4905

Text Example


Text Example

White with #BC4905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4905; }

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

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

background-color css

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

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

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

border-color css

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

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

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