Html Css Color HEX #BC930D Dark Goldenrod

📋 copy color: '#BC930D'

red 188 ◦ green 147 ◦ blue 13

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

Shades of Dark Goldenrod #BC930D

Tints of Dark Goldenrod #BC930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 54.02%
G = 42.24%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC930D (or 0xBC930D) is known color: Dark Goldenrod. HEX triplet: BC, 93 and 0D. RGB value is (188,147,13). Sum of RGB (Red+Green+Blue) = 188+147+13=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC930D is #436CF2. Grayscale: #909090. Windows color (decimal): -4418803 or 889788. OLE color: 889788.

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

Color convert

RGB 188 147 13 -
CMYK 0 0.22 0.93 0.26
HSL 45.94º 0.87% 0.39% -
HSV(B) 45.94º 0.93% 0.74% -
XYZ 31.25 31.59 4.83 -
YUV 143.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 188 147 13 0 0.22 0.93 0.26 45.94 0.87 0.39
Hex BC 93 D 0 16 5D 1A 2E 57 27
Octal 274 223 15 0 26 135 32 56 127 47
Binary 10111100 10010011 1101 0 10110 1011101 11010 101110 1010111 100111

Color Harmonies of #BC930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC930D

Black with #BC930D

Text Example


Text Example

White with #BC930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC930D; }

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

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

background-color css

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

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

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

border-color css

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

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

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