Html Css Color HEX #BC6D0A Dark Goldenrod

📋 copy color: '#BC6D0A'

red 188 ◦ green 109 ◦ blue 10

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

Shades of Dark Goldenrod #BC6D0A

Tints of Dark Goldenrod #BC6D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.5%

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 61.24%
G = 35.5%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC6D0A (or 0xBC6D0A) is known color: Dark Goldenrod. HEX triplet: BC, 6D and 0A. RGB value is (188,109,10). Sum of RGB (Red+Green+Blue) = 188+109+10=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D0A is #4392F5. Grayscale: #797979. Windows color (decimal): -4428534 or 683452. OLE color: 683452.

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

Color convert

RGB 188 109 10 -
CMYK 0 0.42 0.95 0.26
HSL 33.37º 0.9% 0.39% -
HSV(B) 33.37º 0.95% 0.74% -
XYZ 26.26 21.65 3.08 -
YUV 121.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 188 109 10 0 0.42 0.95 0.26 33.37 0.9 0.39
Hex BC 6D A 0 2A 5F 1A 21 5A 27
Octal 274 155 12 0 52 137 32 41 132 47
Binary 10111100 1101101 1010 0 101010 1011111 11010 100001 1011010 100111

Color Harmonies of #BC6D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D0A

Black with #BC6D0A

Text Example


Text Example

White with #BC6D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D0A; }

 p { color: rgb(188,109,10); }

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

background-color css

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

 a { background-color: rgb(188,109,10); }

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

border-color css

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

 span { border-color: rgb(188,109,10); }

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