Html Css Color HEX #BC8506 Dark Goldenrod

📋 copy color: '#BC8506'

red 188 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #BC8506

Tints of Dark Goldenrod #BC8506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 57.49%
G = 40.67%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC8506 (or 0xBC8506) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 06. RGB value is (188,133,6). Sum of RGB (Red+Green+Blue) = 188+133+6=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8506 is #437AF9. Grayscale: #878787. Windows color (decimal): -4422394 or 427452. OLE color: 427452.

HSL color Cylindrical-coordinate representation of color #BC8506: hue angle of 41.87º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC8506 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 6 -
CMYK 0 0.29 0.97 0.26
HSL 41.87º 0.94% 0.38% -
HSV(B) 41.87º 0.97% 0.74% -
XYZ 29.16 27.48 3.94 -
YUV 134.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 188 133 6 0 0.29 0.97 0.26 41.87 0.94 0.38
Hex BC 85 6 0 1D 61 1A 2A 5E 26
Octal 274 205 6 0 35 141 32 52 136 46
Binary 10111100 10000101 110 0 11101 1100001 11010 101010 1011110 100110

Color Harmonies of #BC8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8506

Black with #BC8506

Text Example


Text Example

White with #BC8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8506; }

 p { color: rgb(188,133,6); }

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

background-color css

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

 a { background-color: rgb(188,133,6); }

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

border-color css

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

 span { border-color: rgb(188,133,6); }

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