Html Css Color HEX #BC4A06 Rust

📋 copy color: '#BC4A06'

red 188 ◦ green 74 ◦ blue 6

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

Shades of Rust #BC4A06

Tints of Rust #BC4A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

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

R = 70.15%
G = 27.61%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC4A06 (or 0xBC4A06) is known color: Rust. HEX triplet: BC, 4A and 06. RGB value is (188,74,6). Sum of RGB (Red+Green+Blue) = 188+74+6=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A06 is #43B5F9. Grayscale: #646464. Windows color (decimal): -4437498 or 412348. OLE color: 412348.

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

Color convert

RGB 188 74 6 -
CMYK 0 0.61 0.97 0.26
HSL 22.42º 0.94% 0.38% -
HSV(B) 22.42º 0.97% 0.74% -
XYZ 23.22 15.6 1.96 -
YUV 100.33 74.77 190.53 -
System Red Green Blue C M Y K H S L
Decimal 188 74 6 0 0.61 0.97 0.26 22.42 0.94 0.38
Hex BC 4A 6 0 3D 61 1A 16 5E 26
Octal 274 112 6 0 75 141 32 26 136 46
Binary 10111100 1001010 110 0 111101 1100001 11010 10110 1011110 100110

Color Harmonies of #BC4A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A06

Black with #BC4A06

Text Example


Text Example

White with #BC4A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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