Html Css Color HEX #BC7912 Dark Goldenrod

📋 copy color: '#BC7912'

red 188 ◦ green 121 ◦ blue 18

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

Shades of Dark Goldenrod #BC7912

Tints of Dark Goldenrod #BC7912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

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

R = 57.49%
G = 37%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC7912 (or 0xBC7912) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 12. RGB value is (188,121,18). Sum of RGB (Red+Green+Blue) = 188+121+18=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7912 is #4386ED. Grayscale: #818181. Windows color (decimal): -4425454 or 1210812. OLE color: 1210812.

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

Color convert

RGB 188 121 18 -
CMYK 0 0.36 0.90 0.26
HSL 36.35º 0.83% 0.4% -
HSV(B) 36.35º 0.9% 0.74% -
XYZ 27.69 24.41 3.82 -
YUV 129.29 65.2 169.88 -
System Red Green Blue C M Y K H S L
Decimal 188 121 18 0 0.36 0.90 0.26 36.35 0.83 0.4
Hex BC 79 12 0 24 5A 1A 24 53 28
Octal 274 171 22 0 44 132 32 44 123 50
Binary 10111100 1111001 10010 0 100100 1011010 11010 100100 1010011 101000

Color Harmonies of #BC7912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7912

Black with #BC7912

Text Example


Text Example

White with #BC7912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7912; }

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

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

background-color css

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

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

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

border-color css

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

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

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