Html Css Color HEX #BC8307 Dark Goldenrod

📋 copy color: '#BC8307'

red 188 ◦ green 131 ◦ blue 7

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

Shades of Dark Goldenrod #BC8307

Tints of Dark Goldenrod #BC8307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 57.67%
G = 40.18%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC8307 (or 0xBC8307) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 07. RGB value is (188,131,7). Sum of RGB (Red+Green+Blue) = 188+131+7=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8307 is #437CF8. Grayscale: #868686. Windows color (decimal): -4422905 or 492476. OLE color: 492476.

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

Color convert

RGB 188 131 7 -
CMYK 0 0.30 0.96 0.26
HSL 41.1º 0.93% 0.38% -
HSV(B) 41.1º 0.96% 0.74% -
XYZ 28.89 26.94 3.88 -
YUV 133.91 56.38 166.58 -
System Red Green Blue C M Y K H S L
Decimal 188 131 7 0 0.30 0.96 0.26 41.1 0.93 0.38
Hex BC 83 7 0 1E 60 1A 29 5D 26
Octal 274 203 7 0 36 140 32 51 135 46
Binary 10111100 10000011 111 0 11110 1100000 11010 101001 1011101 100110

Color Harmonies of #BC8307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8307

Black with #BC8307

Text Example


Text Example

White with #BC8307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8307; }

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

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

background-color css

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

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

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

border-color css

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

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

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