Html Css Color HEX #BC7512 Dark Goldenrod

📋 copy color: '#BC7512'

red 188 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #BC7512

Tints of Dark Goldenrod #BC7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 58.2%
G = 36.22%
B = 5.57%

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

#BC7512 (or 0xBC7512) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 12. RGB value is (188,117,18). Sum of RGB (Red+Green+Blue) = 188+117+18=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7512 is #438AED. Grayscale: #7F7F7F. Windows color (decimal): -4426478 or 1209788. OLE color: 1209788.

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

Color convert

RGB 188 117 18 -
CMYK 0 0.38 0.90 0.26
HSL 34.94º 0.83% 0.4% -
HSV(B) 34.94º 0.9% 0.74% -
XYZ 27.21 23.46 3.67 -
YUV 126.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 188 117 18 0 0.38 0.90 0.26 34.94 0.83 0.4
Hex BC 75 12 0 26 5A 1A 23 53 28
Octal 274 165 22 0 46 132 32 43 123 50
Binary 10111100 1110101 10010 0 100110 1011010 11010 100011 1010011 101000

Color Harmonies of #BC7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7512

Black with #BC7512

Text Example


Text Example

White with #BC7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7512; }

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

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

background-color css

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

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

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

border-color css

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

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

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