Html Css Color HEX #BC8602 Dark Goldenrod

📋 copy color: '#BC8602'

red 188 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #BC8602

Tints of Dark Goldenrod #BC8602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.36%

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

R = 58.02%
G = 41.36%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC8602 (or 0xBC8602) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 02. RGB value is (188,134,2). Sum of RGB (Red+Green+Blue) = 188+134+2=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8602 is #4379FD. Grayscale: #878787. Windows color (decimal): -4422142 or 165564. OLE color: 165564.

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

Color convert

RGB 188 134 2 -
CMYK 0 0.29 0.99 0.26
HSL 42.58º 0.98% 0.37% -
HSV(B) 42.58º 0.99% 0.74% -
XYZ 29.28 27.75 3.87 -
YUV 135.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 188 134 2 0 0.29 0.99 0.26 42.58 0.98 0.37
Hex BC 86 2 0 1D 63 1A 2B 62 25
Octal 274 206 2 0 35 143 32 53 142 45
Binary 10111100 10000110 10 0 11101 1100011 11010 101011 1100010 100101

Color Harmonies of #BC8602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8602

Black with #BC8602

Text Example


Text Example

White with #BC8602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8602; }

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

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

background-color css

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

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

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

border-color css

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

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

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