Html Css Color HEX #BC9603 Dark Goldenrod

📋 copy color: '#BC9603'

red 188 ◦ green 150 ◦ blue 3

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

Shades of Dark Goldenrod #BC9603

Tints of Dark Goldenrod #BC9603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 55.13%
G = 43.99%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC9603 (or 0xBC9603) is known color: Dark Goldenrod. HEX triplet: BC, 96 and 03. RGB value is (188,150,3). Sum of RGB (Red+Green+Blue) = 188+150+3=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9603 is #4369FC. Grayscale: #919191. Windows color (decimal): -4418045 or 235196. OLE color: 235196.

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

Color convert

RGB 188 150 3 -
CMYK 0 0.20 0.98 0.26
HSL 47.68º 0.97% 0.37% -
HSV(B) 47.68º 0.98% 0.74% -
XYZ 31.66 32.51 4.69 -
YUV 144.6 48.09 158.95 -
System Red Green Blue C M Y K H S L
Decimal 188 150 3 0 0.20 0.98 0.26 47.68 0.97 0.37
Hex BC 96 3 0 14 62 1A 30 61 25
Octal 274 226 3 0 24 142 32 60 141 45
Binary 10111100 10010110 11 0 10100 1100010 11010 110000 1100001 100101

Color Harmonies of #BC9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9603

Black with #BC9603

Text Example


Text Example

White with #BC9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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