Html Css Color HEX #BC9101 Dark Goldenrod

📋 copy color: '#BC9101'

red 188 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #BC9101

Tints of Dark Goldenrod #BC9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 56.29%
G = 43.41%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC9101 (or 0xBC9101) is known color: Dark Goldenrod. HEX triplet: BC, 91 and 01. RGB value is (188,145,1). Sum of RGB (Red+Green+Blue) = 188+145+1=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9101 is #436EFE. Grayscale: #8E8E8E. Windows color (decimal): -4419327 or 102844. OLE color: 102844.

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

Color convert

RGB 188 145 1 -
CMYK 0 0.23 0.99 0.26
HSL 46.2º 0.99% 0.37% -
HSV(B) 46.2º 0.99% 0.74% -
XYZ 30.87 30.94 4.37 -
YUV 141.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 188 145 1 0 0.23 0.99 0.26 46.2 0.99 0.37
Hex BC 91 1 0 17 63 1A 2E 63 25
Octal 274 221 1 0 27 143 32 56 143 45
Binary 10111100 10010001 1 0 10111 1100011 11010 101110 1100011 100101

Color Harmonies of #BC9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9101

Black with #BC9101

Text Example


Text Example

White with #BC9101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9101; }

 p { color: rgb(188,145,1); }

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

background-color css

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

 a { background-color: rgb(188,145,1); }

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

border-color css

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

 span { border-color: rgb(188,145,1); }

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