Html Css Color HEX #BC7503 Dark Goldenrod

📋 copy color: '#BC7503'

red 188 ◦ green 117 ◦ blue 3

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

Shades of Dark Goldenrod #BC7503

Tints of Dark Goldenrod #BC7503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

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

R = 61.04%
G = 37.99%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7503 (or 0xBC7503) is known color: Dark Goldenrod. HEX triplet: BC, 75 and 03. RGB value is (188,117,3). Sum of RGB (Red+Green+Blue) = 188+117+3=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7503 is #438AFC. Grayscale: #7D7D7D. Windows color (decimal): -4426493 or 226748. OLE color: 226748.

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

Color convert

RGB 188 117 3 -
CMYK 0 0.38 0.98 0.26
HSL 36.97º 0.97% 0.37% -
HSV(B) 36.97º 0.98% 0.74% -
XYZ 27.12 23.42 3.18 -
YUV 125.23 59.02 172.77 -
System Red Green Blue C M Y K H S L
Decimal 188 117 3 0 0.38 0.98 0.26 36.97 0.97 0.37
Hex BC 75 3 0 26 62 1A 25 61 25
Octal 274 165 3 0 46 142 32 45 141 45
Binary 10111100 1110101 11 0 100110 1100010 11010 100101 1100001 100101

Color Harmonies of #BC7503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7503

Black with #BC7503

Text Example


Text Example

White with #BC7503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7503; }

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

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

background-color css

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

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

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

border-color css

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

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

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