Html Css Color HEX #BC7103 Dark Goldenrod

📋 copy color: '#BC7103'

red 188 ◦ green 113 ◦ blue 3

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

Shades of Dark Goldenrod #BC7103

Tints of Dark Goldenrod #BC7103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 61.84%
G = 37.17%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7103 (or 0xBC7103) is known color: Dark Goldenrod. HEX triplet: BC, 71 and 03. RGB value is (188,113,3). Sum of RGB (Red+Green+Blue) = 188+113+3=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7103 is #438EFC. Grayscale: #7B7B7B. Windows color (decimal): -4427517 or 225724. OLE color: 225724.

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

Color convert

RGB 188 113 3 -
CMYK 0 0.40 0.98 0.26
HSL 35.68º 0.97% 0.37% -
HSV(B) 35.68º 0.98% 0.74% -
XYZ 26.66 22.51 3.03 -
YUV 122.89 60.35 174.44 -
System Red Green Blue C M Y K H S L
Decimal 188 113 3 0 0.40 0.98 0.26 35.68 0.97 0.37
Hex BC 71 3 0 28 62 1A 24 61 25
Octal 274 161 3 0 50 142 32 44 141 45
Binary 10111100 1110001 11 0 101000 1100010 11010 100100 1100001 100101

Color Harmonies of #BC7103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7103

Black with #BC7103

Text Example


Text Example

White with #BC7103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7103; }

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

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

background-color css

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

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

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

border-color css

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

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

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