Html Css Color HEX #BC7412 Dark Goldenrod

📋 copy color: '#BC7412'

red 188 ◦ green 116 ◦ blue 18

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

Shades of Dark Goldenrod #BC7412

Tints of Dark Goldenrod #BC7412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 58.39%
G = 36.02%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC7412 (or 0xBC7412) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 12. RGB value is (188,116,18). Sum of RGB (Red+Green+Blue) = 188+116+18=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7412 is #438BED. Grayscale: #7E7E7E. Windows color (decimal): -4426734 or 1209532. OLE color: 1209532.

HSL color Cylindrical-coordinate representation of color #BC7412: hue angle of 34.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7412 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 116 18 -
CMYK 0 0.38 0.90 0.26
HSL 34.59º 0.83% 0.4% -
HSV(B) 34.59º 0.9% 0.74% -
XYZ 27.09 23.23 3.63 -
YUV 126.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 188 116 18 0 0.38 0.90 0.26 34.59 0.83 0.4
Hex BC 74 12 0 26 5A 1A 23 53 28
Octal 274 164 22 0 46 132 32 43 123 50
Binary 10111100 1110100 10010 0 100110 1011010 11010 100011 1010011 101000

Color Harmonies of #BC7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7412

Black with #BC7412

Text Example


Text Example

White with #BC7412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7412; }

 p { color: rgb(188,116,18); }

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

background-color css

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

 a { background-color: rgb(188,116,18); }

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

border-color css

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

 span { border-color: rgb(188,116,18); }

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