Html Css Color HEX #BC900A Dark Goldenrod

📋 copy color: '#BC900A'

red 188 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #BC900A

Tints of Dark Goldenrod #BC900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 54.97%
G = 42.11%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC900A (or 0xBC900A) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 0A. RGB value is (188,144,10). Sum of RGB (Red+Green+Blue) = 188+144+10=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC900A is #436FF5. Grayscale: #8E8E8E. Windows color (decimal): -4419574 or 692412. OLE color: 692412.

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

Color convert

RGB 188 144 10 -
CMYK 0 0.23 0.95 0.26
HSL 45.17º 0.9% 0.39% -
HSV(B) 45.17º 0.95% 0.74% -
XYZ 30.77 30.66 4.58 -
YUV 141.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 188 144 10 0 0.23 0.95 0.26 45.17 0.9 0.39
Hex BC 90 A 0 17 5F 1A 2D 5A 27
Octal 274 220 12 0 27 137 32 55 132 47
Binary 10111100 10010000 1010 0 10111 1011111 11010 101101 1011010 100111

Color Harmonies of #BC900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC900A

Black with #BC900A

Text Example


Text Example

White with #BC900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC900A; }

 p { color: rgb(188,144,10); }

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

background-color css

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

 a { background-color: rgb(188,144,10); }

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

border-color css

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

 span { border-color: rgb(188,144,10); }

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