Html Css Color HEX #BC740C Dark Goldenrod

📋 copy color: '#BC740C'

red 188 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #BC740C

Tints of Dark Goldenrod #BC740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 59.49%
G = 36.71%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC740C (or 0xBC740C) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 0C. RGB value is (188,116,12). Sum of RGB (Red+Green+Blue) = 188+116+12=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC740C is #438BF3. Grayscale: #7E7E7E. Windows color (decimal): -4426740 or 816316. OLE color: 816316.

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

Color convert

RGB 188 116 12 -
CMYK 0 0.38 0.94 0.26
HSL 35.45º 0.88% 0.39% -
HSV(B) 35.45º 0.94% 0.74% -
XYZ 27.05 23.21 3.4 -
YUV 125.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 188 116 12 0 0.38 0.94 0.26 35.45 0.88 0.39
Hex BC 74 C 0 26 5E 1A 23 58 27
Octal 274 164 14 0 46 136 32 43 130 47
Binary 10111100 1110100 1100 0 100110 1011110 11010 100011 1011000 100111

Color Harmonies of #BC740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC740C

Black with #BC740C

Text Example


Text Example

White with #BC740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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