Html Css Color HEX #BC4706 Rust

📋 copy color: '#BC4706'

red 188 ◦ green 71 ◦ blue 6

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

Shades of Rust #BC4706

Tints of Rust #BC4706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 70.94%
G = 26.79%
B = 2.26%

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

#BC4706 (or 0xBC4706) is known color: Rust. HEX triplet: BC, 47 and 06. RGB value is (188,71,6). Sum of RGB (Red+Green+Blue) = 188+71+6=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4706 is #43B8F9. Grayscale: #626262. Windows color (decimal): -4438266 or 411580. OLE color: 411580.

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

Color convert

RGB 188 71 6 -
CMYK 0 0.62 0.97 0.26
HSL 21.43º 0.94% 0.38% -
HSV(B) 21.43º 0.97% 0.74% -
XYZ 23.03 15.21 1.89 -
YUV 98.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 188 71 6 0 0.62 0.97 0.26 21.43 0.94 0.38
Hex BC 47 6 0 3E 61 1A 15 5E 26
Octal 274 107 6 0 76 141 32 25 136 46
Binary 10111100 1000111 110 0 111110 1100001 11010 10101 1011110 100110

Color Harmonies of #BC4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4706

Black with #BC4706

Text Example


Text Example

White with #BC4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4706; }

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

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

background-color css

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

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

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

border-color css

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

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

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