Html Css Color HEX #BC8002 Dark Goldenrod

📋 copy color: '#BC8002'

red 188 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #BC8002

Tints of Dark Goldenrod #BC8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 59.12%
G = 40.25%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC8002 (or 0xBC8002) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 02. RGB value is (188,128,2). Sum of RGB (Red+Green+Blue) = 188+128+2=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8002 is #437FFD. Grayscale: #848484. Windows color (decimal): -4423678 or 164028. OLE color: 164028.

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

Color convert

RGB 188 128 2 -
CMYK 0 0.32 0.99 0.26
HSL 40.65º 0.98% 0.37% -
HSV(B) 40.65º 0.99% 0.74% -
XYZ 28.47 26.13 3.6 -
YUV 131.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 188 128 2 0 0.32 0.99 0.26 40.65 0.98 0.37
Hex BC 80 2 0 20 63 1A 29 62 25
Octal 274 200 2 0 40 143 32 51 142 45
Binary 10111100 10000000 10 0 100000 1100011 11010 101001 1100010 100101

Color Harmonies of #BC8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8002

Black with #BC8002

Text Example


Text Example

White with #BC8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8002; }

 p { color: rgb(188,128,2); }

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

background-color css

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

 a { background-color: rgb(188,128,2); }

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

border-color css

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

 span { border-color: rgb(188,128,2); }

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