Html Css Color HEX #BC4D07 Rust

📋 copy color: '#BC4D07'

red 188 ◦ green 77 ◦ blue 7

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

Shades of Rust #BC4D07

Tints of Rust #BC4D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 69.12%
G = 28.31%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC4D07 (or 0xBC4D07) is known color: Rust. HEX triplet: BC, 4D and 07. RGB value is (188,77,7). Sum of RGB (Red+Green+Blue) = 188+77+7=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D07 is #43B2F8. Grayscale: #666666. Windows color (decimal): -4436729 or 478652. OLE color: 478652.

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

Color convert

RGB 188 77 7 -
CMYK 0 0.59 0.96 0.26
HSL 23.2º 0.93% 0.38% -
HSV(B) 23.2º 0.96% 0.74% -
XYZ 23.43 16.01 2.06 -
YUV 102.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 188 77 7 0 0.59 0.96 0.26 23.2 0.93 0.38
Hex BC 4D 7 0 3B 60 1A 17 5D 26
Octal 274 115 7 0 73 140 32 27 135 46
Binary 10111100 1001101 111 0 111011 1100000 11010 10111 1011101 100110

Color Harmonies of #BC4D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D07

Black with #BC4D07

Text Example


Text Example

White with #BC4D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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