Html Css Color HEX #BC9507 Dark Goldenrod

📋 copy color: '#BC9507'

red 188 ◦ green 149 ◦ blue 7

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

Shades of Dark Goldenrod #BC9507

Tints of Dark Goldenrod #BC9507

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

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

R = 54.65%
G = 43.31%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC9507 (or 0xBC9507) is known color: Dark Goldenrod. HEX triplet: BC, 95 and 07. RGB value is (188,149,7). Sum of RGB (Red+Green+Blue) = 188+149+7=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9507 is #436AF8. Grayscale: #919191. Windows color (decimal): -4418297 or 497084. OLE color: 497084.

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

Color convert

RGB 188 149 7 -
CMYK 0 0.21 0.96 0.26
HSL 47.07º 0.93% 0.38% -
HSV(B) 47.07º 0.96% 0.74% -
XYZ 31.52 32.2 4.76 -
YUV 144.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 188 149 7 0 0.21 0.96 0.26 47.07 0.93 0.38
Hex BC 95 7 0 15 60 1A 2F 5D 26
Octal 274 225 7 0 25 140 32 57 135 46
Binary 10111100 10010101 111 0 10101 1100000 11010 101111 1011101 100110

Color Harmonies of #BC9507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9507

Black with #BC9507

Text Example


Text Example

White with #BC9507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9507; }

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

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

background-color css

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

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

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

border-color css

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

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

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