Html Css Color HEX #BC9600 Dark Goldenrod

📋 copy color: '#BC9600'

red 188 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #BC9600

Tints of Dark Goldenrod #BC9600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.62%
G = 44.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC9600 (or 0xBC9600) is known color: Dark Goldenrod. HEX triplet: BC, 96 and 00. RGB value is (188,150,0). Sum of RGB (Red+Green+Blue) = 188+150+0=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9600 is #4369FF. Grayscale: #909090. Windows color (decimal): -4418048 or 38588. OLE color: 38588.

HSL color Cylindrical-coordinate representation of color #BC9600: hue angle of 47.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC9600 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 0 -
CMYK 0 0.20 1 0.26
HSL 47.87º 1% 0.37% -
HSV(B) 47.87º 1% 0.74% -
XYZ 31.65 32.5 4.61 -
YUV 144.26 46.59 159.2 -
System Red Green Blue C M Y K H S L
Decimal 188 150 0 0 0.20 1 0.26 47.87 1 0.37
Hex BC 96 0 0 14 64 1A 30 64 25
Octal 274 226 0 0 24 144 32 60 144 45
Binary 10111100 10010110 0 0 10100 1100100 11010 110000 1100100 100101

Color Harmonies of #BC9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9600

Black with #BC9600

Text Example


Text Example

White with #BC9600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9600; }

 p { color: rgb(188,150,0); }

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

background-color css

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

 a { background-color: rgb(188,150,0); }

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

border-color css

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

 span { border-color: rgb(188,150,0); }

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