Html Css Color HEX #BCB937 Old Gold

📋 copy color: '#BCB937'

red 188 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #BCB937

Tints of Old Gold #BCB937

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 55 (21.88% from 255) = 12.85%

R = 43.93%
G = 43.22%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB937 (or 0xBCB937) is known color: Old Gold. HEX triplet: BC, B9 and 37. RGB value is (188,185,55). Sum of RGB (Red+Green+Blue) = 188+185+55=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB937 is #4346C8. Grayscale: #ABABAB. Windows color (decimal): -4409033 or 3652028. OLE color: 3652028.

HSL color Cylindrical-coordinate representation of color #BCB937: hue angle of 58.65º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCB937 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 55 -
CMYK 0 0.02 0.71 0.26
HSL 58.65º 0.55% 0.48% -
HSV(B) 58.65º 0.71% 0.74% -
XYZ 38.78 45.67 10.38 -
YUV 171.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 188 185 55 0 0.02 0.71 0.26 58.65 0.55 0.48
Hex BC B9 37 0 2 47 1A 3B 37 30
Octal 274 271 67 0 2 107 32 73 67 60
Binary 10111100 10111001 110111 0 10 1000111 11010 111011 110111 110000

Color Harmonies of #BCB937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB937

Black with #BCB937

Text Example


Text Example

White with #BCB937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB937; }

 p { color: rgb(188,185,55); }

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

background-color css

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

 a { background-color: rgb(188,185,55); }

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

border-color css

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

 span { border-color: rgb(188,185,55); }

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