Html Css Color HEX #BC710B Dark Goldenrod

📋 copy color: '#BC710B'

red 188 ◦ green 113 ◦ blue 11

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

Shades of Dark Goldenrod #BC710B

Tints of Dark Goldenrod #BC710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 60.26%
G = 36.22%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC710B (or 0xBC710B) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 0B. RGB value is (188,113,11). Sum of RGB (Red+Green+Blue) = 188+113+11=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC710B is #438EF4. Grayscale: #7C7C7C. Windows color (decimal): -4427509 or 750012. OLE color: 750012.

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

Color convert

RGB 188 113 11 -
CMYK 0 0.40 0.94 0.26
HSL 34.58º 0.89% 0.39% -
HSV(B) 34.58º 0.94% 0.74% -
XYZ 26.7 22.53 3.26 -
YUV 123.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 188 113 11 0 0.40 0.94 0.26 34.58 0.89 0.39
Hex BC 71 B 0 28 5E 1A 23 59 27
Octal 274 161 13 0 50 136 32 43 131 47
Binary 10111100 1110001 1011 0 101000 1011110 11010 100011 1011001 100111

Color Harmonies of #BC710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC710B

Black with #BC710B

Text Example


Text Example

White with #BC710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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