Html Css Color HEX #BC4D06 Rust

📋 copy color: '#BC4D06'

red 188 ◦ green 77 ◦ blue 6

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

Shades of Rust #BC4D06

Tints of Rust #BC4D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 69.37%
G = 28.41%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC4D06 (or 0xBC4D06) is known color: Rust. HEX triplet: BC, 4D and 06. RGB value is (188,77,6). Sum of RGB (Red+Green+Blue) = 188+77+6=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D06 is #43B2F9. Grayscale: #666666. Windows color (decimal): -4436730 or 413116. OLE color: 413116.

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

Color convert

RGB 188 77 6 -
CMYK 0 0.59 0.97 0.26
HSL 23.41º 0.94% 0.38% -
HSV(B) 23.41º 0.97% 0.74% -
XYZ 23.43 16.01 2.03 -
YUV 102.1 73.77 189.27 -
System Red Green Blue C M Y K H S L
Decimal 188 77 6 0 0.59 0.97 0.26 23.41 0.94 0.38
Hex BC 4D 6 0 3B 61 1A 17 5E 26
Octal 274 115 6 0 73 141 32 27 136 46
Binary 10111100 1001101 110 0 111011 1100001 11010 10111 1011110 100110

Color Harmonies of #BC4D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D06

Black with #BC4D06

Text Example


Text Example

White with #BC4D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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