Html Css Color HEX #BC9801 Dark Goldenrod

📋 copy color: '#BC9801'

red 188 ◦ green 152 ◦ blue 1

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

Shades of Dark Goldenrod #BC9801

Tints of Dark Goldenrod #BC9801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 55.13%
G = 44.57%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC9801 (or 0xBC9801) is known color: Dark Goldenrod. HEX triplet: BC, 98 and 01. RGB value is (188,152,1). Sum of RGB (Red+Green+Blue) = 188+152+1=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9801 is #4367FE. Grayscale: #929292. Windows color (decimal): -4417535 or 104636. OLE color: 104636.

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

Color convert

RGB 188 152 1 -
CMYK 0 0.19 0.99 0.26
HSL 48.45º 0.99% 0.37% -
HSV(B) 48.45º 0.99% 0.74% -
XYZ 31.97 33.15 4.74 -
YUV 145.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 188 152 1 0 0.19 0.99 0.26 48.45 0.99 0.37
Hex BC 98 1 0 13 63 1A 30 63 25
Octal 274 230 1 0 23 143 32 60 143 45
Binary 10111100 10011000 1 0 10011 1100011 11010 110000 1100011 100101

Color Harmonies of #BC9801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9801

Black with #BC9801

Text Example


Text Example

White with #BC9801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9801; }

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

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

background-color css

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

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

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

border-color css

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

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

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