Html Css Color HEX #BC4704 Rust

📋 copy color: '#BC4704'

red 188 ◦ green 71 ◦ blue 4

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

Shades of Rust #BC4704

Tints of Rust #BC4704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 71.48%
G = 27%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4704 (or 0xBC4704) is known color: Rust. HEX triplet: BC, 47 and 04. RGB value is (188,71,4). Sum of RGB (Red+Green+Blue) = 188+71+4=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4704 is #43B8FB. Grayscale: #626262. Windows color (decimal): -4438268 or 280508. OLE color: 280508.

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

Color convert

RGB 188 71 4 -
CMYK 0 0.62 0.98 0.26
HSL 21.85º 0.96% 0.38% -
HSV(B) 21.85º 0.98% 0.74% -
XYZ 23.01 15.21 1.84 -
YUV 98.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 188 71 4 0 0.62 0.98 0.26 21.85 0.96 0.38
Hex BC 47 4 0 3E 62 1A 16 60 26
Octal 274 107 4 0 76 142 32 26 140 46
Binary 10111100 1000111 100 0 111110 1100010 11010 10110 1100000 100110

Color Harmonies of #BC4704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4704

Black with #BC4704

Text Example


Text Example

White with #BC4704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4704; }

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

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

background-color css

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

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

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

border-color css

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

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

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