Html Css Color HEX #BC7903 Dark Goldenrod

📋 copy color: '#BC7903'

red 188 ◦ green 121 ◦ blue 3

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

Shades of Dark Goldenrod #BC7903

Tints of Dark Goldenrod #BC7903

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

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

R = 60.26%
G = 38.78%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC7903 (or 0xBC7903) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 03. RGB value is (188,121,3). Sum of RGB (Red+Green+Blue) = 188+121+3=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7903 is #4386FC. Grayscale: #808080. Windows color (decimal): -4425469 or 227772. OLE color: 227772.

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

Color convert

RGB 188 121 3 -
CMYK 0 0.36 0.98 0.26
HSL 38.27º 0.97% 0.37% -
HSV(B) 38.27º 0.98% 0.74% -
XYZ 27.59 24.37 3.34 -
YUV 127.58 57.7 171.09 -
System Red Green Blue C M Y K H S L
Decimal 188 121 3 0 0.36 0.98 0.26 38.27 0.97 0.37
Hex BC 79 3 0 24 62 1A 26 61 25
Octal 274 171 3 0 44 142 32 46 141 45
Binary 10111100 1111001 11 0 100100 1100010 11010 100110 1100001 100101

Color Harmonies of #BC7903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7903

Black with #BC7903

Text Example


Text Example

White with #BC7903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7903; }

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

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

background-color css

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

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

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

border-color css

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

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

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