Html Css Color HEX #BC8903 Dark Goldenrod

📋 copy color: '#BC8903'

red 188 ◦ green 137 ◦ blue 3

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

Shades of Dark Goldenrod #BC8903

Tints of Dark Goldenrod #BC8903

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

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

R = 57.32%
G = 41.77%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC8903 (or 0xBC8903) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 03. RGB value is (188,137,3). Sum of RGB (Red+Green+Blue) = 188+137+3=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8903 is #4376FC. Grayscale: #898989. Windows color (decimal): -4421373 or 231868. OLE color: 231868.

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

Color convert

RGB 188 137 3 -
CMYK 0 0.27 0.98 0.26
HSL 43.46º 0.97% 0.37% -
HSV(B) 43.46º 0.98% 0.74% -
XYZ 29.7 28.59 4.04 -
YUV 136.97 52.4 164.4 -
System Red Green Blue C M Y K H S L
Decimal 188 137 3 0 0.27 0.98 0.26 43.46 0.97 0.37
Hex BC 89 3 0 1B 62 1A 2B 61 25
Octal 274 211 3 0 33 142 32 53 141 45
Binary 10111100 10001001 11 0 11011 1100010 11010 101011 1100001 100101

Color Harmonies of #BC8903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8903

Black with #BC8903

Text Example


Text Example

White with #BC8903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8903; }

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

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

background-color css

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

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

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

border-color css

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

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

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