Html Css Color HEX #BCBA37 Old Gold

📋 copy color: '#BCBA37'

red 188 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #BCBA37

Tints of Old Gold #BCBA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

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

R = 43.82%
G = 43.36%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCBA37 (or 0xBCBA37) is known color: Old Gold. HEX triplet: BC, BA and 37. RGB value is (188,186,55). Sum of RGB (Red+Green+Blue) = 188+186+55=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA37 is #4345C8. Grayscale: #ACACAC. Windows color (decimal): -4408777 or 3652284. OLE color: 3652284.

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

Color convert

RGB 188 186 55 -
CMYK 0 0.01 0.71 0.26
HSL 59.1º 0.55% 0.48% -
HSV(B) 59.1º 0.71% 0.74% -
XYZ 38.99 46.09 10.45 -
YUV 171.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 188 186 55 0 0.01 0.71 0.26 59.1 0.55 0.48
Hex BC BA 37 0 1 47 1A 3B 37 30
Octal 274 272 67 0 1 107 32 73 67 60
Binary 10111100 10111010 110111 0 1 1000111 11010 111011 110111 110000

Color Harmonies of #BCBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA37

Black with #BCBA37

Text Example


Text Example

White with #BCBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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