Html Css Color HEX #BC9803 Dark Goldenrod

📋 copy color: '#BC9803'

red 188 ◦ green 152 ◦ blue 3

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

Shades of Dark Goldenrod #BC9803

Tints of Dark Goldenrod #BC9803

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

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

R = 54.81%
G = 44.31%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC9803 (or 0xBC9803) is known color: Dark Goldenrod. HEX triplet: BC, 98 and 03. RGB value is (188,152,3). Sum of RGB (Red+Green+Blue) = 188+152+3=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9803 is #4367FC. Grayscale: #929292. Windows color (decimal): -4417533 or 235708. OLE color: 235708.

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

Color convert

RGB 188 152 3 -
CMYK 0 0.19 0.98 0.26
HSL 48.32º 0.97% 0.37% -
HSV(B) 48.32º 0.98% 0.74% -
XYZ 31.98 33.15 4.8 -
YUV 145.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 188 152 3 0 0.19 0.98 0.26 48.32 0.97 0.37
Hex BC 98 3 0 13 62 1A 30 61 25
Octal 274 230 3 0 23 142 32 60 141 45
Binary 10111100 10011000 11 0 10011 1100010 11010 110000 1100001 100101

Color Harmonies of #BC9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9803

Black with #BC9803

Text Example


Text Example

White with #BC9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9803; }

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

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

background-color css

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

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

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

border-color css

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

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

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