Html Css Color HEX #BC9003 Dark Goldenrod

📋 copy color: '#BC9003'

red 188 ◦ green 144 ◦ blue 3

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

Shades of Dark Goldenrod #BC9003

Tints of Dark Goldenrod #BC9003

RGB

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

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

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

R = 56.12%
G = 42.99%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC9003 (or 0xBC9003) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 03. RGB value is (188,144,3). Sum of RGB (Red+Green+Blue) = 188+144+3=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9003 is #436FFC. Grayscale: #8D8D8D. Windows color (decimal): -4419581 or 233660. OLE color: 233660.

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

Color convert

RGB 188 144 3 -
CMYK 0 0.23 0.98 0.26
HSL 45.73º 0.97% 0.37% -
HSV(B) 45.73º 0.98% 0.74% -
XYZ 30.73 30.64 4.38 -
YUV 141.08 50.08 161.46 -
System Red Green Blue C M Y K H S L
Decimal 188 144 3 0 0.23 0.98 0.26 45.73 0.97 0.37
Hex BC 90 3 0 17 62 1A 2E 61 25
Octal 274 220 3 0 27 142 32 56 141 45
Binary 10111100 10010000 11 0 10111 1100010 11010 101110 1100001 100101

Color Harmonies of #BC9003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9003

Black with #BC9003

Text Example


Text Example

White with #BC9003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9003; }

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

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

background-color css

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

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

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

border-color css

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

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

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