Html Css Color HEX #BC4708 Rust

📋 copy color: '#BC4708'

red 188 ◦ green 71 ◦ blue 8

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

Shades of Rust #BC4708

Tints of Rust #BC4708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3%

R = 70.41%
G = 26.59%
B = 3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC4708 (or 0xBC4708) is known color: Rust. HEX triplet: BC, 47 and 08. RGB value is (188,71,8). Sum of RGB (Red+Green+Blue) = 188+71+8=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4708 is #43B8F7. Grayscale: #636363. Windows color (decimal): -4438264 or 542652. OLE color: 542652.

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

Color convert

RGB 188 71 8 -
CMYK 0 0.62 0.96 0.26
HSL 21º 0.92% 0.38% -
HSV(B) 21º 0.96% 0.74% -
XYZ 23.04 15.22 1.95 -
YUV 98.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 188 71 8 0 0.62 0.96 0.26 21 0.92 0.38
Hex BC 47 8 0 3E 60 1A 15 5C 26
Octal 274 107 10 0 76 140 32 25 134 46
Binary 10111100 1000111 1000 0 111110 1100000 11010 10101 1011100 100110

Color Harmonies of #BC4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4708

Black with #BC4708

Text Example


Text Example

White with #BC4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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