Html Css Color HEX #BC710F Dark Goldenrod

📋 copy color: '#BC710F'

red 188 ◦ green 113 ◦ blue 15

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

Shades of Dark Goldenrod #BC710F

Tints of Dark Goldenrod #BC710F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 15 (6.25% from 255) = 4.75%

R = 59.49%
G = 35.76%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC710F (or 0xBC710F) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 0F. RGB value is (188,113,15). Sum of RGB (Red+Green+Blue) = 188+113+15=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC710F is #438EF0. Grayscale: #7C7C7C. Windows color (decimal): -4427505 or 1012156. OLE color: 1012156.

HSL color Cylindrical-coordinate representation of color #BC710F: hue angle of 33.99º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC710F is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 15 -
CMYK 0 0.40 0.92 0.26
HSL 33.99º 0.85% 0.4% -
HSV(B) 33.99º 0.92% 0.74% -
XYZ 26.73 22.54 3.39 -
YUV 124.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 188 113 15 0 0.40 0.92 0.26 33.99 0.85 0.4
Hex BC 71 F 0 28 5C 1A 22 55 28
Octal 274 161 17 0 50 134 32 42 125 50
Binary 10111100 1110001 1111 0 101000 1011100 11010 100010 1010101 101000

Color Harmonies of #BC710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC710F

Black with #BC710F

Text Example


Text Example

White with #BC710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC710F; }

 p { color: rgb(188,113,15); }

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

background-color css

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

 a { background-color: rgb(188,113,15); }

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

border-color css

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

 span { border-color: rgb(188,113,15); }

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