Html Css Color HEX #BC900D Dark Goldenrod

📋 copy color: '#BC900D'

red 188 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #BC900D

Tints of Dark Goldenrod #BC900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 54.49%
G = 41.74%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC900D (or 0xBC900D) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 0D. RGB value is (188,144,13). Sum of RGB (Red+Green+Blue) = 188+144+13=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC900D is #436FF2. Grayscale: #8E8E8E. Windows color (decimal): -4419571 or 889020. OLE color: 889020.

HSL color Cylindrical-coordinate representation of color #BC900D: hue angle of 44.91º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC900D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 13 -
CMYK 0 0.23 0.93 0.26
HSL 44.91º 0.87% 0.39% -
HSV(B) 44.91º 0.93% 0.74% -
XYZ 30.78 30.67 4.68 -
YUV 142.22 55.08 160.65 -
System Red Green Blue C M Y K H S L
Decimal 188 144 13 0 0.23 0.93 0.26 44.91 0.87 0.39
Hex BC 90 D 0 17 5D 1A 2D 57 27
Octal 274 220 15 0 27 135 32 55 127 47
Binary 10111100 10010000 1101 0 10111 1011101 11010 101101 1010111 100111

Color Harmonies of #BC900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC900D

Black with #BC900D

Text Example


Text Example

White with #BC900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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