Html Css Color HEX #BC7F0C Dark Goldenrod

📋 copy color: '#BC7F0C'

red 188 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #BC7F0C

Tints of Dark Goldenrod #BC7F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 38.84%

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 57.49%
G = 38.84%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC7F0C (or 0xBC7F0C) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 0C. RGB value is (188,127,12). Sum of RGB (Red+Green+Blue) = 188+127+12=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F0C is #4380F3. Grayscale: #848484. Windows color (decimal): -4423924 or 819132. OLE color: 819132.

HSL color Cylindrical-coordinate representation of color #BC7F0C: hue angle of 39.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC7F0C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 127 12 -
CMYK 0 0.32 0.94 0.26
HSL 39.2º 0.88% 0.39% -
HSV(B) 39.2º 0.94% 0.74% -
XYZ 28.39 25.9 3.85 -
YUV 132.13 60.21 167.85 -
System Red Green Blue C M Y K H S L
Decimal 188 127 12 0 0.32 0.94 0.26 39.2 0.88 0.39
Hex BC 7F C 0 20 5E 1A 27 58 27
Octal 274 177 14 0 40 136 32 47 130 47
Binary 10111100 1111111 1100 0 100000 1011110 11010 100111 1011000 100111

Color Harmonies of #BC7F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F0C

Black with #BC7F0C

Text Example


Text Example

White with #BC7F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F0C; }

 p { color: rgb(188,127,12); }

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

background-color css

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

 a { background-color: rgb(188,127,12); }

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

border-color css

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

 span { border-color: rgb(188,127,12); }

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