Html Css Color HEX #BC950B Dark Goldenrod

📋 copy color: '#BC950B'

red 188 ◦ green 149 ◦ blue 11

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

Shades of Dark Goldenrod #BC950B

Tints of Dark Goldenrod #BC950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

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

R = 54.02%
G = 42.82%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC950B (or 0xBC950B) is known color: Dark Goldenrod. HEX triplet: BC, 95 and 0B. RGB value is (188,149,11). Sum of RGB (Red+Green+Blue) = 188+149+11=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC950B is #436AF4. Grayscale: #919191. Windows color (decimal): -4418293 or 759228. OLE color: 759228.

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

Color convert

RGB 188 149 11 -
CMYK 0 0.21 0.94 0.26
HSL 46.78º 0.89% 0.39% -
HSV(B) 46.78º 0.94% 0.74% -
XYZ 31.55 32.21 4.87 -
YUV 144.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 188 149 11 0 0.21 0.94 0.26 46.78 0.89 0.39
Hex BC 95 B 0 15 5E 1A 2F 59 27
Octal 274 225 13 0 25 136 32 57 131 47
Binary 10111100 10010101 1011 0 10101 1011110 11010 101111 1011001 100111

Color Harmonies of #BC950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC950B

Black with #BC950B

Text Example


Text Example

White with #BC950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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