Html Css Color HEX #BC900B Dark Goldenrod

📋 copy color: '#BC900B'

red 188 ◦ green 144 ◦ blue 11

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

Shades of Dark Goldenrod #BC900B

Tints of Dark Goldenrod #BC900B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.21%

R = 54.81%
G = 41.98%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC900B (or 0xBC900B) is known color: Dark Goldenrod. HEX triplet: BC, 90 and 0B. RGB value is (188,144,11). Sum of RGB (Red+Green+Blue) = 188+144+11=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC900B is #436FF4. Grayscale: #8E8E8E. Windows color (decimal): -4419573 or 757948. OLE color: 757948.

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

Color convert

RGB 188 144 11 -
CMYK 0 0.23 0.94 0.26
HSL 45.08º 0.89% 0.39% -
HSV(B) 45.08º 0.94% 0.74% -
XYZ 30.77 30.66 4.61 -
YUV 141.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 188 144 11 0 0.23 0.94 0.26 45.08 0.89 0.39
Hex BC 90 B 0 17 5E 1A 2D 59 27
Octal 274 220 13 0 27 136 32 55 131 47
Binary 10111100 10010000 1011 0 10111 1011110 11010 101101 1011001 100111

Color Harmonies of #BC900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC900B

Black with #BC900B

Text Example


Text Example

White with #BC900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC900B; }

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

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

background-color css

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

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

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

border-color css

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

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

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