Html Css Color HEX #BC9002 Dark Goldenrod

📋 copy color: '#BC9002'

red 188 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #BC9002

Tints of Dark Goldenrod #BC9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 56.29%
G = 43.11%
B = 0.6%

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

#BC9002 (or 0xBC9002) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 02. RGB value is (188,144,2). Sum of RGB (Red+Green+Blue) = 188+144+2=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9002 is #436FFD. Grayscale: #8D8D8D. Windows color (decimal): -4419582 or 168124. OLE color: 168124.

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

Color convert

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

Color Harmonies of #BC9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9002

Black with #BC9002

Text Example


Text Example

White with #BC9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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