Html Css Color HEX #BC4406 Rust

📋 copy color: '#BC4406'

red 188 ◦ green 68 ◦ blue 6

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

Shades of Rust #BC4406

Tints of Rust #BC4406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 71.76%
G = 25.95%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC4406 (or 0xBC4406) is known color: Rust. HEX triplet: BC, 44 and 06. RGB value is (188,68,6). Sum of RGB (Red+Green+Blue) = 188+68+6=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4406 is #43BBF9. Grayscale: #616161. Windows color (decimal): -4439034 or 410812. OLE color: 410812.

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

Color convert

RGB 188 68 6 -
CMYK 0 0.64 0.97 0.26
HSL 20.44º 0.94% 0.38% -
HSV(B) 20.44º 0.97% 0.74% -
XYZ 22.84 14.84 1.83 -
YUV 96.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 188 68 6 0 0.64 0.97 0.26 20.44 0.94 0.38
Hex BC 44 6 0 40 61 1A 14 5E 26
Octal 274 104 6 0 100 141 32 24 136 46
Binary 10111100 1000100 110 0 1000000 1100001 11010 10100 1011110 100110

Color Harmonies of #BC4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4406

Black with #BC4406

Text Example


Text Example

White with #BC4406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4406; }

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

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

background-color css

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

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

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

border-color css

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

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

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