Html Css Color HEX #BC7612 Dark Goldenrod

📋 copy color: '#BC7612'

red 188 ◦ green 118 ◦ blue 18

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

Shades of Dark Goldenrod #BC7612

Tints of Dark Goldenrod #BC7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.42%

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

R = 58.02%
G = 36.42%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC7612 (or 0xBC7612) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 12. RGB value is (188,118,18). Sum of RGB (Red+Green+Blue) = 188+118+18=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7612 is #4389ED. Grayscale: #7F7F7F. Windows color (decimal): -4426222 or 1210044. OLE color: 1210044.

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

Color convert

RGB 188 118 18 -
CMYK 0 0.37 0.90 0.26
HSL 35.29º 0.83% 0.4% -
HSV(B) 35.29º 0.9% 0.74% -
XYZ 27.33 23.69 3.7 -
YUV 127.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 188 118 18 0 0.37 0.90 0.26 35.29 0.83 0.4
Hex BC 76 12 0 25 5A 1A 23 53 28
Octal 274 166 22 0 45 132 32 43 123 50
Binary 10111100 1110110 10010 0 100101 1011010 11010 100011 1010011 101000

Color Harmonies of #BC7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7612

Black with #BC7612

Text Example


Text Example

White with #BC7612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7612; }

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

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

background-color css

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

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

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

border-color css

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

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

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