Html Css Color HEX #BC8403 Dark Goldenrod

📋 copy color: '#BC8403'

red 188 ◦ green 132 ◦ blue 3

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

Shades of Dark Goldenrod #BC8403

Tints of Dark Goldenrod #BC8403

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

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

R = 58.2%
G = 40.87%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC8403 (or 0xBC8403) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 03. RGB value is (188,132,3). Sum of RGB (Red+Green+Blue) = 188+132+3=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8403 is #437BFC. Grayscale: #868686. Windows color (decimal): -4422653 or 230588. OLE color: 230588.

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

Color convert

RGB 188 132 3 -
CMYK 0 0.30 0.98 0.26
HSL 41.84º 0.97% 0.37% -
HSV(B) 41.84º 0.98% 0.74% -
XYZ 29.01 27.2 3.81 -
YUV 134.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 188 132 3 0 0.30 0.98 0.26 41.84 0.97 0.37
Hex BC 84 3 0 1E 62 1A 2A 61 25
Octal 274 204 3 0 36 142 32 52 141 45
Binary 10111100 10000100 11 0 11110 1100010 11010 101010 1100001 100101

Color Harmonies of #BC8403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8403

Black with #BC8403

Text Example


Text Example

White with #BC8403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8403; }

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

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

background-color css

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

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

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

border-color css

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

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

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