Html Css Color HEX #BC7101 Dark Goldenrod

📋 copy color: '#BC7101'

red 188 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #BC7101

Tints of Dark Goldenrod #BC7101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 62.25%
G = 37.42%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC7101 (or 0xBC7101) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 01. RGB value is (188,113,1). Sum of RGB (Red+Green+Blue) = 188+113+1=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7101 is #438EFE. Grayscale: #7B7B7B. Windows color (decimal): -4427519 or 94652. OLE color: 94652.

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

Color convert

RGB 188 113 1 -
CMYK 0 0.40 0.99 0.26
HSL 35.94º 0.99% 0.37% -
HSV(B) 35.94º 0.99% 0.74% -
XYZ 26.65 22.5 2.97 -
YUV 122.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 188 113 1 0 0.40 0.99 0.26 35.94 0.99 0.37
Hex BC 71 1 0 28 63 1A 24 63 25
Octal 274 161 1 0 50 143 32 44 143 45
Binary 10111100 1110001 1 0 101000 1100011 11010 100100 1100011 100101

Color Harmonies of #BC7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7101

Black with #BC7101

Text Example


Text Example

White with #BC7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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