Html Css Color HEX #BC9001 Dark Goldenrod

📋 copy color: '#BC9001'

red 188 ◦ green 144 ◦ blue 1

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

Shades of Dark Goldenrod #BC9001

Tints of Dark Goldenrod #BC9001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

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

R = 56.46%
G = 43.24%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC9001 (or 0xBC9001) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 01. RGB value is (188,144,1). Sum of RGB (Red+Green+Blue) = 188+144+1=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9001 is #436FFE. Grayscale: #8D8D8D. Windows color (decimal): -4419583 or 102588. OLE color: 102588.

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

Color convert

RGB 188 144 1 -
CMYK 0 0.23 0.99 0.26
HSL 45.88º 0.99% 0.37% -
HSV(B) 45.88º 0.99% 0.74% -
XYZ 30.72 30.64 4.32 -
YUV 140.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 188 144 1 0 0.23 0.99 0.26 45.88 0.99 0.37
Hex BC 90 1 0 17 63 1A 2E 63 25
Octal 274 220 1 0 27 143 32 56 143 45
Binary 10111100 10010000 1 0 10111 1100011 11010 101110 1100011 100101

Color Harmonies of #BC9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9001

Black with #BC9001

Text Example


Text Example

White with #BC9001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9001; }

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

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

background-color css

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

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

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

border-color css

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

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

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