Html Css Color HEX #BC930C Dark Goldenrod

📋 copy color: '#BC930C'

red 188 ◦ green 147 ◦ blue 12

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

Shades of Dark Goldenrod #BC930C

Tints of Dark Goldenrod #BC930C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 54.18%
G = 42.36%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC930C (or 0xBC930C) is known color: Dark Goldenrod. HEX triplet: BC, 93 and 0C. RGB value is (188,147,12). Sum of RGB (Red+Green+Blue) = 188+147+12=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC930C is #436CF3. Grayscale: #909090. Windows color (decimal): -4418804 or 824252. OLE color: 824252.

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

Color convert

RGB 188 147 12 -
CMYK 0 0.22 0.94 0.26
HSL 46.02º 0.88% 0.39% -
HSV(B) 46.02º 0.94% 0.74% -
XYZ 31.24 31.59 4.8 -
YUV 143.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 188 147 12 0 0.22 0.94 0.26 46.02 0.88 0.39
Hex BC 93 C 0 16 5E 1A 2E 58 27
Octal 274 223 14 0 26 136 32 56 130 47
Binary 10111100 10010011 1100 0 10110 1011110 11010 101110 1011000 100111

Color Harmonies of #BC930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC930C

Black with #BC930C

Text Example


Text Example

White with #BC930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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