Html Css Color HEX #BC6F0C Dark Goldenrod

📋 copy color: '#BC6F0C'

red 188 ◦ green 111 ◦ blue 12

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

Shades of Dark Goldenrod #BC6F0C

Tints of Dark Goldenrod #BC6F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.69%

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

R = 60.45%
G = 35.69%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC6F0C (or 0xBC6F0C) is known color: Dark Goldenrod. HEX triplet: BC, 6F and 0C. RGB value is (188,111,12). Sum of RGB (Red+Green+Blue) = 188+111+12=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F0C is #4390F3. Grayscale: #7B7B7B. Windows color (decimal): -4428020 or 815036. OLE color: 815036.

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

Color convert

RGB 188 111 12 -
CMYK 0 0.41 0.94 0.26
HSL 33.75º 0.88% 0.39% -
HSV(B) 33.75º 0.94% 0.74% -
XYZ 26.49 22.09 3.21 -
YUV 122.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 188 111 12 0 0.41 0.94 0.26 33.75 0.88 0.39
Hex BC 6F C 0 29 5E 1A 22 58 27
Octal 274 157 14 0 51 136 32 42 130 47
Binary 10111100 1101111 1100 0 101001 1011110 11010 100010 1011000 100111

Color Harmonies of #BC6F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F0C

Black with #BC6F0C

Text Example


Text Example

White with #BC6F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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