Html Css Color HEX #BC8301 Dark Goldenrod

📋 copy color: '#BC8301'

red 188 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #BC8301

Tints of Dark Goldenrod #BC8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 58.75%
G = 40.94%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC8301 (or 0xBC8301) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 01. RGB value is (188,131,1). Sum of RGB (Red+Green+Blue) = 188+131+1=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8301 is #437CFE. Grayscale: #858585. Windows color (decimal): -4422911 or 99260. OLE color: 99260.

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

Color convert

RGB 188 131 1 -
CMYK 0 0.30 0.99 0.26
HSL 41.71º 0.99% 0.37% -
HSV(B) 41.71º 0.99% 0.74% -
XYZ 28.86 26.93 3.7 -
YUV 133.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 188 131 1 0 0.30 0.99 0.26 41.71 0.99 0.37
Hex BC 83 1 0 1E 63 1A 2A 63 25
Octal 274 203 1 0 36 143 32 52 143 45
Binary 10111100 10000011 1 0 11110 1100011 11010 101010 1100011 100101

Color Harmonies of #BC8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8301

Black with #BC8301

Text Example


Text Example

White with #BC8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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