Html Css Color HEX #BC4805 Rust

📋 copy color: '#BC4805'

red 188 ◦ green 72 ◦ blue 5

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

Shades of Rust #BC4805

Tints of Rust #BC4805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 70.94%
G = 27.17%
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

#BC4805 (or 0xBC4805) is known color: Rust. HEX triplet: BC, 48 and 05. RGB value is (188,72,5). Sum of RGB (Red+Green+Blue) = 188+72+5=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4805 is #43B7FA. Grayscale: #636363. Windows color (decimal): -4438011 or 346300. OLE color: 346300.

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

Color convert

RGB 188 72 5 -
CMYK 0 0.62 0.97 0.26
HSL 21.97º 0.95% 0.38% -
HSV(B) 21.97º 0.97% 0.74% -
XYZ 23.08 15.34 1.89 -
YUV 99.05 74.93 191.45 -
System Red Green Blue C M Y K H S L
Decimal 188 72 5 0 0.62 0.97 0.26 21.97 0.95 0.38
Hex BC 48 5 0 3E 61 1A 16 5F 26
Octal 274 110 5 0 76 141 32 26 137 46
Binary 10111100 1001000 101 0 111110 1100001 11010 10110 1011111 100110

Color Harmonies of #BC4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4805

Black with #BC4805

Text Example


Text Example

White with #BC4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4805; }

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

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

background-color css

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

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

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

border-color css

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

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

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