Html Css Color HEX #BC9A01 Dark Goldenrod

📋 copy color: '#BC9A01'

red 188 ◦ green 154 ◦ blue 1

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

Shades of Dark Goldenrod #BC9A01

Tints of Dark Goldenrod #BC9A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

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

R = 54.81%
G = 44.9%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC9A01 (or 0xBC9A01) is known color: Dark Goldenrod. HEX triplet: BC, 9A and 01. RGB value is (188,154,1). Sum of RGB (Red+Green+Blue) = 188+154+1=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A01 is #4365FE. Grayscale: #939393. Windows color (decimal): -4417023 or 105148. OLE color: 105148.

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

Color convert

RGB 188 154 1 -
CMYK 0 0.18 0.99 0.26
HSL 49.09º 0.99% 0.37% -
HSV(B) 49.09º 0.99% 0.74% -
XYZ 32.3 33.8 4.85 -
YUV 146.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 188 154 1 0 0.18 0.99 0.26 49.09 0.99 0.37
Hex BC 9A 1 0 12 63 1A 31 63 25
Octal 274 232 1 0 22 143 32 61 143 45
Binary 10111100 10011010 1 0 10010 1100011 11010 110001 1100011 100101

Color Harmonies of #BC9A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A01

Black with #BC9A01

Text Example


Text Example

White with #BC9A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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