Html Css Color HEX #BC6D01 Dark Goldenrod

📋 copy color: '#BC6D01'

red 188 ◦ green 109 ◦ blue 1

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

Shades of Dark Goldenrod #BC6D01

Tints of Dark Goldenrod #BC6D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 63.09%
G = 36.58%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6D01 (or 0xBC6D01) is known color: Dark Goldenrod. HEX triplet: BC, 6D and 01. RGB value is (188,109,1). Sum of RGB (Red+Green+Blue) = 188+109+1=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D01 is #4392FE. Grayscale: #787878. Windows color (decimal): -4428543 or 93628. OLE color: 93628.

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

Color convert

RGB 188 109 1 -
CMYK 0 0.42 0.99 0.26
HSL 34.65º 0.99% 0.37% -
HSV(B) 34.65º 0.99% 0.74% -
XYZ 26.21 21.63 2.82 -
YUV 120.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 188 109 1 0 0.42 0.99 0.26 34.65 0.99 0.37
Hex BC 6D 1 0 2A 63 1A 23 63 25
Octal 274 155 1 0 52 143 32 43 143 45
Binary 10111100 1101101 1 0 101010 1100011 11010 100011 1100011 100101

Color Harmonies of #BC6D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D01

Black with #BC6D01

Text Example


Text Example

White with #BC6D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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